diff --git a/shmup.cpp b/shmup.cpp index f22c368b..0f6f7c2c 100644 --- a/shmup.cpp +++ b/shmup.cpp @@ -77,7 +77,7 @@ struct monster { monster() { dead = false; inBoat = false; parent = NULL; nextshot = 0; stunoff = 0; blowoff = 0; footphase = 0; no_targetting = false; - swordangle = 0; inertia = Hypc; if(prod) ori = Id; + swordangle = 0; inertia = Hypc; ori = Id; } void store();