mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-04 03:27:55 +00:00
fixed crash on initialization of monster()
This commit is contained in:
@@ -77,7 +77,7 @@ struct monster {
|
||||
monster() {
|
||||
dead = false; inBoat = false; parent = NULL; nextshot = 0;
|
||||
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();
|
||||
|
Reference in New Issue
Block a user