From: Jilles Tjoelker Date: Thu, 19 Feb 2004 21:10:23 +0000 (+0000) Subject: Make sure to watch right game on the second and further pages X-Git-Tag: v1.6.1-roc-dev~454 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=44c608a12f9a11f0694f839ca65c7052b92a9e04;p=dgamelaunch 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 --- diff --git a/dgamelaunch.c b/dgamelaunch.c index 4074899..fe8f3a1 100644 --- a/dgamelaunch.c +++ b/dgamelaunch.c @@ -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* */