File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
GeneralsMD/Code/GameEngine/Source/GameClient/MessageStream
Generals/Code/GameEngine/Source/GameClient/MessageStream Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -311,6 +311,7 @@ GameMessageDisposition WindowTranslator::translateGameMessage(const GameMessage
311311 returnCode = WIN_INPUT_USED;
312312 }
313313
314+ // TheSuperHackers @feature bobtista 25/11/2025 Campaign Bink videos are now skippable with ESC
314315 if (returnCode != WIN_INPUT_USED
315316 && (key == KEY_ESC)
316317 && (BitIsSet ( state, KEY_STATE_UP )) )
Original file line number Diff line number Diff line change @@ -328,6 +328,7 @@ GameMessageDisposition WindowTranslator::translateGameMessage(const GameMessage
328328 returnCode = WIN_INPUT_USED;
329329 }
330330
331+ // TheSuperHackers @feature bobtista 25/11/2025 Campaign Bink videos are now skippable with ESC
331332 if (returnCode != WIN_INPUT_USED
332333 && (key == KEY_ESC)
333334 && (BitIsSet ( state, KEY_STATE_UP )) )
You can’t perform that action at this time.
0 commit comments