mirror of
https://github.com/dwsJason/xrick2gs.git
synced 2026-04-26 03:29:16 +00:00
#ENABLE_SOUND: respect this setting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user