Advance state ticks in the title menu game
This commit is contained in:
@@ -2154,7 +2154,7 @@ void StateGameLoop()
|
|||||||
BasePersistentStorageArray::SwitchMode(PSM_ENTER_GAMELOOP);
|
BasePersistentStorageArray::SwitchMode(PSM_ENTER_GAMELOOP);
|
||||||
_tick_skip_counter++;
|
_tick_skip_counter++;
|
||||||
_scaled_tick_counter++;
|
_scaled_tick_counter++;
|
||||||
if (_game_mode != GM_MENU && _game_mode != GM_BOOTSTRAP) {
|
if (_game_mode != GM_BOOTSTRAP) {
|
||||||
_state_ticks++; // This must update in lock-step with _tick_skip_counter, such that _state_ticks_offset doesn't need to be changed.
|
_state_ticks++; // This must update in lock-step with _tick_skip_counter, such that _state_ticks_offset doesn't need to be changed.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user