From 0e7dc36792e8472f823af56a43f6d75aba3db29b Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 8 Mar 2011 20:11:13 +0100 Subject: DRASCULA: Fix a style related warning for WinCE specific code. --- engines/drascula/drascula.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engines/drascula/drascula.cpp') diff --git a/engines/drascula/drascula.cpp b/engines/drascula/drascula.cpp index e84e80ccd3..b59ab6f566 100644 --- a/engines/drascula/drascula.cpp +++ b/engines/drascula/drascula.cpp @@ -512,7 +512,7 @@ bool DrasculaEngine::runCurrentChapter() { checkObjects(); #ifdef _WIN32_WCE - if (rightMouseButton) + if (rightMouseButton) { if (_menuScreen) { #else if (rightMouseButton == 1 && _menuScreen) { @@ -570,6 +570,9 @@ bool DrasculaEngine::runCurrentChapter() { #endif selectVerb(kVerbNone); } +#ifdef _WIN32_WCE + } +#endif if (leftMouseButton == 1 && _menuBar) { delay(100); -- cgit v1.2.3