Show text saying you can press Escape to skip during cutscenes.

Taken from MODmurky's version of Starfighter.
This commit is contained in:
Guus Sliepen 2013-07-10 21:16:31 +02:00
parent d6aee56670
commit 828b3eb813
1 changed files with 2 additions and 0 deletions

View File

@ -310,6 +310,8 @@ void doCutscene(int scene)
if ((showMessage) && (messageBox != NULL))
blit(messageBox, (screen->w - messageBox->w) / 2, screen->h - 100);
drawString("Press [Escape] to skip", -1, 580, FONT_WHITE);
delayFrame();
if (engine.keyState[SDLK_ESCAPE])