Mercurial > mm7
diff mm7_1.cpp @ 749:f39fbeb65b28
Fixed bought items not disappearing from Armourer.
author | Nomad |
---|---|
date | Fri, 22 Mar 2013 23:26:01 +0200 |
parents | 585490c29945 |
children | cf2fbac6edc9 |
line wrap: on
line diff
--- a/mm7_1.cpp Fri Mar 22 22:36:26 2013 +0200 +++ b/mm7_1.cpp Fri Mar 22 23:26:01 2013 +0200 @@ -969,7 +969,7 @@ //goto LABEL_28; uActiveCharacter = uPlayerID; return; - if (dialog_menu_id == HOUSE_DIALOGUE_SHOP_BUY_STANDARD || dialog_menu_id == HOUSE_DIALOGUE_6) + if (dialog_menu_id == HOUSE_DIALOGUE_SHOP_BUY_STANDARD || dialog_menu_id == HOUSE_DIALOGUE_SHOP_6) { __debugbreak(); // fix indexing pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 103;