diff --git a/TileEngine/Tactical Placement GUI.cpp b/TileEngine/Tactical Placement GUI.cpp index 5454b711..29fde93c 100644 --- a/TileEngine/Tactical Placement GUI.cpp +++ b/TileEngine/Tactical Placement GUI.cpp @@ -995,7 +995,7 @@ void TacticalPlacementHandle() gpTacticalPlacementSelectedSoldier = NULL; } - while( DequeueSpecificEvent( &InputEvent, KEY_DOWN ) ) + while (DequeueEvent(&InputEvent) == TRUE) { if( InputEvent.usEvent == KEY_DOWN ) {