SAGA2: Set timer to active on loading. CID 1458214

This commit is contained in:
Eugene Sandulenko 2021-07-13 01:23:46 +02:00
parent 374fd0f680
commit 0942c69e73
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -325,6 +325,8 @@ Timer::Timer(Common::InSaveFile *in) {
// Restore the alarm
_alarm.read(in);
_active = true;
g_vm->_timers.push_back(this);
}