mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-12 02:10:34 +00:00
fixed crash on initialization of monster()
This commit is contained in:
parent
bb6c2e8f04
commit
eb6cae8810
@ -77,7 +77,7 @@ struct monster {
|
|||||||
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; inertia = Hypc; if(prod) ori = Id;
|
swordangle = 0; inertia = Hypc; ori = Id;
|
||||||
}
|
}
|
||||||
|
|
||||||
void store();
|
void store();
|
||||||
|
Loading…
Reference in New Issue
Block a user