fixed Orb of the Sword in shmup

This commit is contained in:
Zeno Rogue 2018-08-30 18:11:51 +02:00
parent 6bcb225f1e
commit b2fd52eae5
1 changed files with 1 additions and 0 deletions

View File

@ -827,6 +827,7 @@ namespace shmup {
monster() {
dead = false; inBoat = false; parent = NULL; nextshot = 0;
stunoff = 0; blowoff = 0; footphase = 0; no_targetting = false;
swordangle = 0;
}
void store();