diff --git a/src/scr_imap.c b/src/scr_imap.c index b80e86d..1196ded 100644 --- a/src/scr_imap.c +++ b/src/scr_imap.c @@ -139,15 +139,19 @@ screen_introMap(void) if (control_status & CONTROL_EXIT) /* check for exit request */ { #ifdef IIGS + #ifdef ENABLE_SOUND game_stopmusic(); #endif + #endif return SCREEN_EXIT; } if (seq == 5) { /* end as soon as key pressed */ #ifdef IIGS + #ifdef ENABLE_SOUND game_stopmusic(); #endif + #endif sysvid_clear(); seq = 0; return SCREEN_DONE;