mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 08:48:13 +00:00
Fix regression
svn-id: r12025
This commit is contained in:
parent
0ea94e63a7
commit
b51d271cc6
@ -3372,7 +3372,8 @@ void SimonEngine::fcs_unk1(uint fcs_index) {
|
||||
|
||||
// ok
|
||||
void SimonEngine::fcs_unk_5(FillOrCopyStruct *fcs, uint fcs_index) {
|
||||
o_kill_sprite_simon1(0x80);
|
||||
if (_game & GF_WIN)
|
||||
o_kill_sprite_simon1(0x80);
|
||||
}
|
||||
|
||||
void SimonEngine::delete_hitarea_by_index(uint index) {
|
||||
|
Loading…
Reference in New Issue
Block a user