Mercurial > mm7
diff Indoor.cpp @ 1558:30db6d265ceb
Changed the new Assert macro definition slightly, Party::AddItem (for some reason in players.cpp) renamed to Party::AddItemToParty, cleaned up; some unused variables in previous functions removed
author | Grumpy7 |
---|---|
date | Sat, 07 Sep 2013 23:06:13 +0200 |
parents | 9a6567c6c76c |
children | c44db078127d |
line wrap: on
line diff
--- a/Indoor.cpp Sat Sep 07 21:17:47 2013 +0200 +++ b/Indoor.cpp Sat Sep 07 23:06:13 2013 +0200 @@ -6053,7 +6053,7 @@ _449B7E_toggle_bit(pParty->_quest_bits, 184, 1u); if ( v19->uItemID == 455 ) _449B7E_toggle_bit(pParty->_quest_bits, 185, 1u); - if ( !pParty->AddItem(v19) ) + if ( !pParty->AddItemToParty(v19) ) pParty->SetHoldingItem(v19); v21 = v26; }