Mercurial > mm7
diff Party.cpp @ 1310:0665a061132b
autonotes and quest tables overflow fixed
author | Gloval |
---|---|
date | Mon, 24 Jun 2013 23:55:02 +0400 |
parents | 5450af4f57ef |
children | 22cb507446a4 |
line wrap: on
line diff
--- a/Party.cpp Mon Jun 24 21:05:10 2013 +0600 +++ b/Party.cpp Mon Jun 24 23:55:02 2013 +0400 @@ -813,7 +813,7 @@ pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 100; // default character ui - stats uFlags = 0; - memset(_autonote_bits, 0, 12); + memset(_autonote_bits, 0, 26); memset(_quest_bits, 0, 64); memset(pIsArtifactFound, 0, 29); _449B7E_toggle_bit(_quest_bits, PARTY_QUEST_EMERALD_RED_POTION_ACTIVE, 1);