diff --git a/engines/chewy/r_event.cpp b/engines/chewy/r_event.cpp index 237dd990eab..8bea4e99c4f 100644 --- a/engines/chewy/r_event.cpp +++ b/engines/chewy/r_event.cpp @@ -95,7 +95,7 @@ void timer_action(int16 t_nr) { if (ailsnd->isSpeechActive()) return; -#define TIMER(NUM) case NUM: Room##NUM::timer(t_nr, ani_nr) +#define TIMER(NUM) case NUM: Room##NUM::timer(t_nr, ani_nr); break; switch (_G(spieler).PersonRoomNr[P_CHEWY]) { TIMER(0); TIMER(11);