We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acba10 commit 884fc9eCopy full SHA for 884fc9e
Generals/Code/GameEngine/Source/GameClient/MessageStream/WindowXlat.cpp
@@ -295,9 +295,8 @@ GameMessageDisposition WindowTranslator::translateGameMessage(const GameMessage
295
296
// process event through window system
297
if( TheWindowManager )
298
- {
299
returnCode = TheWindowManager->winProcessKey( key, state );
300
- }
+
301
302
// If we're in a movie, we want to be able to escape out of it
303
if(returnCode != WIN_INPUT_USED
0 commit comments