1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 09:27:40 +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() {
dead = false; inBoat = false; parent = NULL; nextshot = 0;
stunoff = 0; blowoff = 0; footphase = 0; no_targetting = false;
swordangle = 0;
}
void store();