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:
parent
6bcb225f1e
commit
b2fd52eae5
1
hyper.h
1
hyper.h
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user