comparison UI/UIPopup.cpp @ 2098:7810cb3a5fb7

Popup window in MainMenu not shown
author Ritor1
date Fri, 13 Dec 2013 16:10:36 +0600
parents 52415f8bf7c2
children 49de109bbab5
comparison
equal deleted inserted replaced
2097:2b39f6b451f9 2098:7810cb3a5fb7
1296 GUIWindow popup_window; // [sp+4h] [bp-74h]@32 1296 GUIWindow popup_window; // [sp+4h] [bp-74h]@32
1297 struct tagPOINT Point; // [sp+60h] [bp-18h]@6 1297 struct tagPOINT Point; // [sp+60h] [bp-18h]@6
1298 unsigned int pX; // [sp+70h] [bp-8h]@3 1298 unsigned int pX; // [sp+70h] [bp-8h]@3
1299 unsigned int pY; // [sp+74h] [bp-4h]@3 1299 unsigned int pY; // [sp+74h] [bp-4h]@3
1300 1300
1301 if ( pCurrentScreen == SCREEN_VIDEO ) 1301 if ( pCurrentScreen == SCREEN_VIDEO || GetCurrentMenuID() == MENU_MAIN )
1302 return; 1302 return;
1303 if ( _this ) 1303 if ( _this )
1304 { 1304 {
1305 pX = _this->x; 1305 pX = _this->x;
1306 pY = _this->y; 1306 pY = _this->y;