mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
"Real Time Mode" update: Forgot the move the 2 new INI values to the [JA2 Tactical Settings] section
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2922 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+2
-2
@@ -680,9 +680,9 @@ void LoadGameExternalOptions()
|
||||
|
||||
// The_Bob - real time sneaking code 01/06/09
|
||||
// Suport disabling real time sneaking via external .ini file
|
||||
gGameExternalOptions.fAllowRealTimeSneak = iniReader.ReadBoolean("JA2 Real Time Sneaking Settings","ALLOW_REAL_TIME_SNEAK", FALSE);
|
||||
gGameExternalOptions.fAllowRealTimeSneak = iniReader.ReadBoolean("JA2 Tactical Settings","ALLOW_REAL_TIME_SNEAK", FALSE);
|
||||
// Silence the RT sneaking messages
|
||||
gGameExternalOptions.fQuietRealTimeSneak = iniReader.ReadBoolean("JA2 Real Time Sneaking Settings","QUIET_REAL_TIME_SNEAK", FALSE);
|
||||
gGameExternalOptions.fQuietRealTimeSneak = iniReader.ReadBoolean("JA2 Tactical Settings","QUIET_REAL_TIME_SNEAK", FALSE);
|
||||
|
||||
|
||||
//################# Rain Settings ##################
|
||||
|
||||
Reference in New Issue
Block a user