Mercurial > mm7
diff GUI/UI/UIShops.cpp @ 2544:c674d547cc7c
GUIWindow switch logic refactored into behaviour classes
author | a.parshin |
---|---|
date | Mon, 11 May 2015 09:51:04 +0200 |
parents | a902abdfc7f2 |
children | 0c67be4ec900 |
line wrap: on
line diff
--- a/GUI/UI/UIShops.cpp Sun May 10 03:21:14 2015 +0200 +++ b/GUI/UI/UIShops.cpp Mon May 11 09:51:04 2015 +0200 @@ -1508,7 +1508,7 @@ { case HOUSE_DIALOGUE_SHOP_DISPLAY_EQUIPMENT: { - pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 103; + current_character_screen_window = WINDOW_CharacterWindow_Inventory; pPlayers[uActiveCharacter]->OnInventoryLeftClick(); break; }