1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-26 10:00:42 +00:00

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

View File

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