Mercurial > mm7
diff Party.cpp @ 2196:628a0ad87136
Some more PVS error fixing
author | Grumpy7 |
---|---|
date | Fri, 31 Jan 2014 00:37:26 +0100 |
parents | 0e2bee275f60 |
children | c4f87fb3cfee |
line wrap: on
line diff
--- a/Party.cpp Thu Jan 30 23:03:04 2014 +0100 +++ b/Party.cpp Fri Jan 31 00:37:26 2014 +0100 @@ -540,7 +540,7 @@ pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 100; // default character ui - stats uFlags = 0; memset(_autonote_bits, 0, sizeof(_autonote_bits)); - memset(_quest_bits, 0, sizeof(_autonote_bits)); + memset(_quest_bits, 0, sizeof(_quest_bits)); pIsArtifactFound.fill(0); _449B7E_toggle_bit(_quest_bits, PARTY_QUEST_EMERALD_RED_POTION_ACTIVE, 1); _449B7E_toggle_bit(_quest_bits, PARTY_QUEST_EMERALD_SEASHELL_ACTIVE, 1);