CHEWY: Fix timer_action switch block

This commit is contained in:
Paul Gilbert
2022-03-03 18:35:28 -08:00
parent 271963714a
commit 6532dc7e7d
+1 -1
View File
@@ -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);