mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-22 22:45:39 +00:00
Add stop demo button
This commit is contained in:
@@ -494,6 +494,12 @@ void DoHeliumEngaged (gliderPtr thisGlider)
|
||||
if (theKeys->IsSet(PL_KEY_EITHER_SPECIAL(kControl)))
|
||||
DoCommandKey();
|
||||
|
||||
// Cheesy - Use touchscreen menu as quit
|
||||
if (pendingTouchScreenMenu)
|
||||
{
|
||||
playing = false;
|
||||
paused = false;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user