mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Helpful option: if PRINTOUTTILESET is TRUE (default FALSE), pressing [f] over a structure will also print out what tileset the structure's subtileset belongs too, its name, and the specific tile index. This is rather helpful if you set up fortifiction or interactive action xmls, or if you just want to know a sector's tileset.
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8279 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -431,6 +431,9 @@ typedef struct
|
||||
// Flugente: can roofs collapse?
|
||||
BOOLEAN fRoofCollapse;
|
||||
|
||||
// Flugente: option to print out tilesets of structure if we press 'f'
|
||||
BOOLEAN fPrintStructureTileset;
|
||||
|
||||
// Flugente: food settings
|
||||
UINT16 usFoodDigestionHourlyBaseFood;
|
||||
UINT16 usFoodDigestionHourlyBaseDrink;
|
||||
|
||||
Reference in New Issue
Block a user