aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--simon/simon.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index a53224d95a..97d616e95b 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -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) {