Fix regression

svn-id: r12025
This commit is contained in:
Travis Howell 2003-12-30 00:37:00 +00:00
parent 0ea94e63a7
commit b51d271cc6

View File

@ -3372,7 +3372,8 @@ void SimonEngine::fcs_unk1(uint fcs_index) {
// ok // ok
void SimonEngine::fcs_unk_5(FillOrCopyStruct *fcs, uint fcs_index) { 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) { void SimonEngine::delete_hitarea_by_index(uint index) {