mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- Changed a few default starting / settings options:
o Set default IMP charaters to 1 in the start new game screen o Set default game style to "SCI-FI" in the start new game screen o Disabled "NCTH" in the default ingame options git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4902 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+2
-2
@@ -205,7 +205,7 @@ BOOLEAN LoadGameSettings()
|
||||
gGameSettings.fOptions[TOPTION_ALTERNATE_BULLET_GRAPHICS] = iniReader.ReadBoolean("JA2 Game Settings","TOPTION_ALTERNATE_BULLET_GRAPHICS" , TRUE );
|
||||
|
||||
if (!is_networked)
|
||||
gGameSettings.fOptions[TOPTION_USE_NCTH] = iniReader.ReadBoolean("JA2 Game Settings","TOPTION_USE_NCTH" , TRUE );
|
||||
gGameSettings.fOptions[TOPTION_USE_NCTH] = iniReader.ReadBoolean("JA2 Game Settings","TOPTION_USE_NCTH" , FALSE );
|
||||
else
|
||||
gGameSettings.fOptions[TOPTION_USE_NCTH] = FALSE;
|
||||
|
||||
@@ -498,7 +498,7 @@ void InitGameSettings()
|
||||
gGameSettings.fOptions[ TOPTION_ALTERNATE_BULLET_GRAPHICS ] = TRUE;
|
||||
|
||||
// CHRISL: HAM 4: Activate/Deactivate NCTH mode
|
||||
gGameSettings.fOptions[ TOPTION_USE_NCTH ] = TRUE;
|
||||
gGameSettings.fOptions[ TOPTION_USE_NCTH ] = FALSE;
|
||||
|
||||
// WANNE:
|
||||
gGameSettings.fOptions[ TOPTION_SHOW_TACTICAL_FACE_GEAR ] = TRUE;
|
||||
|
||||
Reference in New Issue
Block a user