fix compile

This commit is contained in:
Michaël Banaan Ananas 2011-02-16 15:58:12 +00:00
parent 13e099c148
commit 2001a48a8b

View File

@ -211,7 +211,7 @@ WRITE8_HANDLER( circus_clown_z_w )
break;
case 7 : /* Circus = not used; Rip Cord = Whistle */
if GAME_IS_RIPCORD
if (state->game_id == 4)
sample_start(state->samples, 3, 3, 0);
break;
}