mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-30 05:34:00 +00:00
Add missing increment in invertBox()
svn-id: r21873
This commit is contained in:
parent
3058efc168
commit
89e0e27f6a
@ -782,6 +782,7 @@ void SimonEngine::invertBox(HitArea *ha, bool state) {
|
||||
vsp->flags &= ~kDFShaded;
|
||||
break;
|
||||
}
|
||||
vsp->id++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user