Zero stuff done flags in the constructor
Thanks to @fosnola for spotting this
This commit is contained in:
@@ -37,6 +37,7 @@ cParty::cParty(ePartyPreset party_preset) {
|
||||
out_loc.y = 84;
|
||||
in_boat = -1;
|
||||
in_horse = -1;
|
||||
memset(stuff_done, 0, sizeof(stuff_done));
|
||||
std::fill(magic_ptrs.begin(), magic_ptrs.end(), 0);
|
||||
for(int i = 0; i < 10; i++)
|
||||
out_c[i].exists = false;
|
||||
|
Reference in New Issue
Block a user