From 44c608a12f9a11f0694f839ca65c7052b92a9e04 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Thu, 19 Feb 2004 21:10:23 +0000 Subject: [PATCH] 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 --- dgamelaunch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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* */ -- 2.47.3