Fix crash when a guard spawns
This commit is contained in:
parent
b4441522ca
commit
8fc5f5b218
|
|
@ -1055,6 +1055,7 @@ void chrInit(struct prop *prop, u8 *ailist)
|
|||
chr->timeshooter = 0;
|
||||
chr->noblood = false;
|
||||
chr->rtracked = false;
|
||||
chr->myspecial = -1;
|
||||
|
||||
chr->goposhitcount = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue