mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 04:01:23 +00:00
AVALANCHE: Fix uninitialized variable in TimeOut
This commit is contained in:
parent
db6fcd5e9b
commit
21ff074fda
@ -51,6 +51,7 @@ Timeout::Timeout(AvalancheEngine *vm) {
|
||||
_times[i]._thenWhere = 0;
|
||||
_times[i]._whatFor = 0;
|
||||
}
|
||||
_timerLost = false;
|
||||
}
|
||||
|
||||
void Timeout::addTimer(int32 howlong, byte whither, byte why) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user