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:
Pasi Kallinen 2011-10-03 14:47:50 +00:00
parent a224b6582c
commit 2004c0e472
1 changed files with 1 additions and 0 deletions

View File

@ -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);