Mercurial > mm7
comparison Render.cpp @ 1586:c24e91e9a108
Replace minor Windows constants.
author | yoctozepto |
---|---|
date | Wed, 11 Sep 2013 13:53:05 +0200 |
parents | cff02d7d3460 |
children | 384a6b9d1333 |
comparison
equal
deleted
inserted
replaced
1585:e42073046f92 | 1586:c24e91e9a108 |
---|---|
8468 pMouse->SetCurrentCursorBitmap(); | 8468 pMouse->SetCurrentCursorBitmap(); |
8469 if ( pRenderer->bWindowMode ) | 8469 if ( pRenderer->bWindowMode ) |
8470 { | 8470 { |
8471 InvalidateRect(0, 0, 0); | 8471 InvalidateRect(0, 0, 0); |
8472 MoveWindow(hWnd, uWindowX, uWindowY, uWindowWidth, uWindowHeight, 0); | 8472 MoveWindow(hWnd, uWindowX, uWindowY, uWindowWidth, uWindowHeight, 0); |
8473 ShowWindow(hWnd, 1); | 8473 ShowWindow(hWnd, SW_SHOWNORMAL); |
8474 } | 8474 } |
8475 pMouse->bActive = 1; | 8475 pMouse->bActive = 1; |
8476 if ( pVideoPlayer->AnyMovieLoaded() ) | 8476 if ( pVideoPlayer->AnyMovieLoaded() ) |
8477 pVideoPlayer->SelectMovieType(); | 8477 pVideoPlayer->SelectMovieType(); |
8478 if ( BYTE1(dword_6BE364_game_settings_1) & 8 ) | 8478 if ( BYTE1(dword_6BE364_game_settings_1) & 8 ) |