mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
* 2006/05/01 * * Little Alien * * Developed in VS 2003 * ********************************************************* Source: - Added militia control in tactical (can be turned on/off in ja2.ini file) - Aiming/readying gun: show in red points needed for readying gun Data: - Added new ja2.ini git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@46 3b4a5df2-a311-0410-b5c6-a8a6f20db521
18 lines
504 B
C
18 lines
504 B
C
#ifndef ___NEW_GAME_SETTINGS___
|
|
#define ___NEW_GAME_SETTINGS___
|
|
|
|
//extern BOOLEAN gfUseABResources;
|
|
//extern BOOLEAN gfEnableEmergencyButton_SkipStrategicEvents;
|
|
//extern UINT32 guiMaxTossSearchDist;
|
|
//extern BOOLEAN gfShowItemShadow;
|
|
|
|
extern BOOLEAN gfAllowMilitiaGroups;
|
|
extern BOOLEAN gfAllowReinforcments;
|
|
extern BOOLEAN gfAllowReinforcmentsOnlyInCity;
|
|
extern UINT32 guiBaseQueenPoolIncrement;
|
|
extern UINT8 ubStraightSightRange;
|
|
|
|
void NSSaveSettings();
|
|
void NSLoadSettings();
|
|
|
|
#endif |