mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Merged from revision: 7099
Minor fixes/improvements for existing features (by Sevenfm) 1) Slightly reduced the size of merc's healthbar to fit general ja visual style. 2) Removed some unnecessary options for SHOW_HEALTHBARSOVERHEAD, SHOW_COVER_INDICATOR. 3) Several minor fixes. 4) New option: ENEMY_CLOCK_SPEED_PERCENT - set clock speed during enemy turns. With this option, player can set default speed to comfortable value (100-120) and set increased speed for enemy turns (150-200). git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7100 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -4383,6 +4383,7 @@ BOOLEAN LoadSavedGame( int ubSavedGameID )
|
||||
ShutdownNPCQuotes();
|
||||
|
||||
SetFastForwardMode(FALSE); // FF can sometimes be active if quick-load during AI turn transition
|
||||
SetClockSpeedPercent(gGameExternalOptions.fClockSpeedPercent); // sevenfm: set default clock speed
|
||||
|
||||
//very small TODO
|
||||
//Bugfix = Stop the chopter sound
|
||||
|
||||
Reference in New Issue
Block a user