diff --git a/shmup.cpp b/shmup.cpp index 7b66464b..e16bbd35 100644 --- a/shmup.cpp +++ b/shmup.cpp @@ -335,7 +335,7 @@ EX void popmonsters() { m->dead = true; // already killed // also kill all the other monsters pushed there for(int j=0; jbase == m->base && !m2->notpushed) killMonster(m2, moNone); }