DRASCULA: Fix a style related warning for WinCE specific code.

This commit is contained in:
Johannes Schickel 2011-03-08 20:11:13 +01:00
parent aebd9c6ea0
commit 0e7dc36792

View file

@ -512,7 +512,7 @@ bool DrasculaEngine::runCurrentChapter() {
checkObjects(); checkObjects();
#ifdef _WIN32_WCE #ifdef _WIN32_WCE
if (rightMouseButton) if (rightMouseButton) {
if (_menuScreen) { if (_menuScreen) {
#else #else
if (rightMouseButton == 1 && _menuScreen) { if (rightMouseButton == 1 && _menuScreen) {
@ -570,6 +570,9 @@ bool DrasculaEngine::runCurrentChapter() {
#endif #endif
selectVerb(kVerbNone); selectVerb(kVerbNone);
} }
#ifdef _WIN32_WCE
}
#endif
if (leftMouseButton == 1 && _menuBar) { if (leftMouseButton == 1 && _menuBar) {
delay(100); delay(100);