Mercurial > mm7
diff Party.cpp @ 1747:cecb080929c4
Party_stru0 renamed to PartyTimeStruct, fixed its members, renamed Party::field_3C to Party::PartyTimes, started Player::SetVariable refactoring start
author | Grumpy7 |
---|---|
date | Mon, 30 Sep 2013 05:48:32 +0200 |
parents | 8251e59fd7c1 |
children | 4dee76d79c78 |
line wrap: on
line diff
--- a/Party.cpp Fri Sep 27 10:08:01 2013 +0200 +++ b/Party.cpp Mon Sep 30 05:48:32 2013 +0200 @@ -826,7 +826,7 @@ _449B7E_toggle_bit(_quest_bits, PARTY_QUEST_EMERALD_LUTE_ACTIVE, 1); _449B7E_toggle_bit(_quest_bits, PARTY_QUEST_EMERALD_HAT_ACTIVE, 1); - memset(field_3C._shop_ban_times,0,53*sizeof(__int64)); + memset(PartyTimes._shop_ban_times,0,53*sizeof(__int64)); memcpy(pNPCStats->pNewNPCData, pNPCStats->pNPCData, 0x94BCu); memcpy(pNPCStats->pGroups_copy, pNPCStats->pGroups, 0x66u);