diff Engine/Party.cpp @ 2544:c674d547cc7c

GUIWindow switch logic refactored into behaviour classes
author a.parshin
date Mon, 11 May 2015 09:51:04 +0200
parents bacf9809126a
children 117c219bf913
line wrap: on
line diff
--- a/Engine/Party.cpp	Sun May 10 03:21:14 2015 +0200
+++ b/Engine/Party.cpp	Mon May 11 09:51:04 2015 +0200
@@ -540,7 +540,7 @@
     pPartyBuffs[i].Reset();
 
 
-  pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 100;  // default character ui - stats
+  current_character_screen_window = WINDOW_CharacterWindow_Stats;  // default character ui - stats
   uFlags = 0;
   memset(_autonote_bits, 0, sizeof(_autonote_bits));
   memset(_quest_bits, 0, sizeof(_quest_bits));