Mercurial > mm7
comparison mm7_1.cpp @ 327:a7f15da53e82
Слияние
author | Ritor1 |
---|---|
date | Wed, 20 Feb 2013 11:27:06 +0600 |
parents | d720a13e2273 |
children | 8e23edf57e27 |
comparison
equal
deleted
inserted
replaced
326:ead95219160c | 327:a7f15da53e82 |
---|---|
4875 | 4875 |
4876 pMouse->uPointingObjectID = 0; | 4876 pMouse->uPointingObjectID = 0; |
4877 pMouse->GetClickPos(&pX, &pY); | 4877 pMouse->GetClickPos(&pX, &pY); |
4878 if ( pX < 0 || (signed int)pX > 639 || pY < 0 || (signed int)pY > 479 )//( (pX & 0x80000000u) != 0 || (signed int)pX > 639 || (pY & 0x80000000u) != 0 || (signed int)pY > 479 ) | 4878 if ( pX < 0 || (signed int)pX > 639 || pY < 0 || (signed int)pY > 479 )//( (pX & 0x80000000u) != 0 || (signed int)pX > 639 || (pY & 0x80000000u) != 0 || (signed int)pY > 479 ) |
4879 return; | 4879 return; |
4880 if ( !pCurrentScreen ) | 4880 if (pCurrentScreen == SCREEN_GAME) |
4881 { | 4881 { |
4882 if ( (signed int)pX > 467 || (signed int)pY > 351 ) | 4882 if ( (signed int)pX > 467 || (signed int)pY > 351 ) |
4883 goto _click_on_game_ui; | 4883 goto _click_on_game_ui; |
4884 if ( pRenderer->pRenderD3D ) | 4884 if ( pRenderer->pRenderD3D ) |
4885 { | 4885 { |