mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-08 11:57:25 +00:00
Fix quit command failing in certain locations (ie character/language selection) for now.
svn-id: r27458
This commit is contained in:
parent
0d53aa1e99
commit
ae3a2b70fb
@ -315,6 +315,7 @@ uint16 Parallaction::updateInput() {
|
||||
|
||||
case Common::EVENT_QUIT:
|
||||
_engineFlags |= kEngineQuit;
|
||||
g_system->quit();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user