Make sure to watch right game on the second and further pages
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@246 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
8bfdcb26fe
commit
44c608a12f
|
@ -550,7 +550,7 @@ inprogressmenu ()
|
|||
{
|
||||
/* valid choice has been made */
|
||||
snprintf (ttyrecname, 130, "%sttyrec/%s", myconfig->dglroot,
|
||||
games[menuchoice - 97]->ttyrec_fn);
|
||||
games[menuchoice - 97 + offset]->ttyrec_fn);
|
||||
chosen_name = strdup (games[menuchoice - 97 + offset]->name);
|
||||
|
||||
/* reuse thie char* */
|
||||
|
|
Loading…
Reference in New Issue