mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 02:10:28 +00:00
BADA: Fix loop
This commit is contained in:
parent
4e2cc6d50a
commit
a784aeb187
@ -76,7 +76,7 @@ BadaTimerManager::BadaTimerManager() {
|
||||
|
||||
BadaTimerManager::~BadaTimerManager() {
|
||||
for (Common::List<TimerSlot>::iterator slot = _timers.begin();
|
||||
slot != _timers.end(); ++slot) {
|
||||
slot != _timers.end(); ) {
|
||||
slot->Stop();
|
||||
slot = _timers.erase(slot);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user