mirror of
https://github.com/paxed/dgamelaunch.git
synced 2025-07-28 08:04:47 +02:00
Accept escape to go back in menus. (Darshan Shaligram <scintilla@gmail.com>)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@592 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
a224b6582c
commit
2004c0e472
@ -992,6 +992,7 @@ inprogressmenu (int gameid)
|
||||
|
||||
case ERR:
|
||||
case 'q': case 'Q':
|
||||
case '\x1b':
|
||||
free_populated_games(games, len);
|
||||
#ifdef USE_SHMEM
|
||||
shmdt(shm_dg_data);
|
||||
|
Loading…
x
Reference in New Issue
Block a user