From 2001a48a8b4922974383dd1f5b0bc431206bca68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Wed, 16 Feb 2011 15:58:12 +0000 Subject: [PATCH] fix compile --- src/mame/audio/circus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/audio/circus.c b/src/mame/audio/circus.c index 7e7d6261dc5..52f037ae3c5 100644 --- a/src/mame/audio/circus.c +++ b/src/mame/audio/circus.c @@ -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; }