mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Remove dead code
This commit is contained in:
parent
560cd6d0a3
commit
2a01de1221
12
blupi.cpp
12
blupi.cpp
@ -44,7 +44,6 @@ bool g_bFullScreen = false; // false si mode de test
|
|||||||
int g_speedRate = 1;
|
int g_speedRate = 1;
|
||||||
int g_timerInterval = 50; // inverval = 50ms
|
int g_timerInterval = 50; // inverval = 50ms
|
||||||
int g_mouseType = MOUSETYPEGRA;
|
int g_mouseType = MOUSETYPEGRA;
|
||||||
MMRESULT g_updateTimer; // timer général
|
|
||||||
bool g_bActive = true; // is application active ?
|
bool g_bActive = true; // is application active ?
|
||||||
bool g_bTermInit = false; // initialisation en cours
|
bool g_bTermInit = false; // initialisation en cours
|
||||||
|
|
||||||
@ -131,16 +130,7 @@ void UpdateFrame(void)
|
|||||||
|
|
||||||
phase = g_pEvent->GetPhase();
|
phase = g_pEvent->GetPhase();
|
||||||
|
|
||||||
if ( phase == g_lastPhase &&
|
if (!(phase == g_lastPhase && phase == WM_PHASE_PLAY))
|
||||||
phase == WM_PHASE_PLAY )
|
|
||||||
{
|
|
||||||
//? rcRect.left = POSDRAWX;
|
|
||||||
//? rcRect.top = POSDRAWY;
|
|
||||||
//? rcRect.right = POSDRAWX+DIMDRAWX;
|
|
||||||
//? rcRect.bottom = POSDRAWY+DIMDRAWY;
|
|
||||||
//? g_pPixmap->DrawImage(-1, CHBACK, rcRect, 1); // dessine le fond
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
{
|
||||||
rcRect.left = 0;
|
rcRect.left = 0;
|
||||||
rcRect.top = 0;
|
rcRect.top = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user