Fix crash when a guard spawns

This commit is contained in:
Ryan Dwyer 2023-05-09 22:28:44 +10:00
parent b4441522ca
commit 8fc5f5b218
1 changed files with 1 additions and 0 deletions

View File

@ -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;