ttd.h
changeset 1330 5d76a0522a11
parent 1214 8262981ac274
child 1363 775a7ee52369
equal deleted inserted replaced
1329:6988419aa6f0 1330:5d76a0522a11
   508 	STR_SPEC_USERSTRING = 0xF801,
   508 	STR_SPEC_USERSTRING = 0xF801,
   509 };
   509 };
   510 
   510 
   511 typedef void PlaceProc(uint tile);
   511 typedef void PlaceProc(uint tile);
   512 
   512 
   513 enum MAP_OWNERS {
       
   514 	OWNER_TOWN			= 0xf,	// a town owns the tile
       
   515 	OWNER_NONE			= 0x10,	// nobody owns the tile
       
   516 	OWNER_WATER			= 0x11,	// "water" owns the tile
       
   517 	OWNER_SPECTATOR	= 0xff,	// spectator in MP or in scenario editor
       
   518 };
       
   519 
       
   520 VARDEF bool _savegame_sort_dirty;
   513 VARDEF bool _savegame_sort_dirty;
   521 VARDEF byte _savegame_sort_order;
   514 VARDEF byte _savegame_sort_order;
   522 
   515 
   523 #define INVALID_UINT_TILE (uint)0xFFFFFFFF
   516 #define INVALID_UINT_TILE (uint)0xFFFFFFFF
   524 #define INVALID_STRING_ID 0xFFFF
   517 #define INVALID_STRING_ID 0xFFFF