mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 10:21:31 +00:00
SAGA2: Set timer to active on loading. CID 1458214
This commit is contained in:
parent
374fd0f680
commit
0942c69e73
@ -325,6 +325,8 @@ Timer::Timer(Common::InSaveFile *in) {
|
||||
// Restore the alarm
|
||||
_alarm.read(in);
|
||||
|
||||
_active = true;
|
||||
|
||||
g_vm->_timers.push_back(this);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user