Home
last modified time | relevance | path

Searched refs:TOWN_VANILLA (Results 1 – 3 of 3) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dutil.c1710 case TOWN_VANILLA: tmus = 49; tmus_inverse = 1; break; //default town in handle_music()
1719 case TOWN_VANILLA: tmus = 1; tmus_inverse = 49; break; //default town in handle_music()
H A Dxtra2.c11294 addtown(p_ptr->wpos.wy, p_ptr->wpos.wx, parms[1], 0, TOWN_VANILLA);
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h7661 #define TOWN_VANILLA 0 macro