mirror of
https://github.com/1dot13/source.git
synced 2026-08-26 14:30:26 +02:00
Added "Real Time Mode" (by borys762 and The_Bob)
- To look for code changes search for "The_Bob" comments - There are 2 new entries in the ja2_options.ini in the [JA2 Tactical Settings] section: ALLOW_REAL_TIME_SNEAK, QUIET_REAL_TIME_SNEAK git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2921 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -629,6 +629,10 @@ BOOLEAN gbBulletTracer;
|
||||
// HEADROCK HAM B2.8: New Trainer Relations: 2 = Trainers will rest if no trainees available. 3 = Trainees will rest if no trainers available (not recommended). 1 = Both. 0 = Neither.
|
||||
UINT8 ubSmartTrainingRest;
|
||||
|
||||
// The_Bob - real time sneaking code 01/06/09
|
||||
// Suport disabling/silencing real time sneaking via external .ini file
|
||||
BOOLEAN fAllowRealTimeSneak;
|
||||
BOOLEAN fQuietRealTimeSneak;
|
||||
} GAME_EXTERNAL_OPTIONS;
|
||||
|
||||
//This structure will contain general Ja2 settings NOT individual game settings.
|
||||
|
||||
Reference in New Issue
Block a user