Any key refreshes, not just 'r'

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@227 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-02-07 08:42:26 +00:00
parent 939fc7ef8b
commit e541cf9a6f
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ inprogressmenu ()
}
mvaddstr (23, 1,
"Watch which game? ('r' refreshes, 'q' quits, '>'/'<' for more/less) => ");
"Watch which game? (any key refreshes, 'q' quits, '>'/'<' for more/less) => ");
refresh ();
switch ((menuchoice = tolower (getch ())))