From 85c26142e334ca89c9960fd1ed01456d6ee50b66 Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Wed, 31 Dec 2003 02:04:32 +0000 Subject: [PATCH] oops git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@16 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- dgamelaunch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dgamelaunch.c b/dgamelaunch.c index 9ce64e5..66394b0 100644 --- a/dgamelaunch.c +++ b/dgamelaunch.c @@ -185,8 +185,8 @@ inprogressmenu () { clear (); mvaddstr (1, 1, VER1); - mvaddstr (3, 1, - "During playback, hit 'q' to return here, 'm' to contact the player."); + mvprintw (3, 1, + "During playback, hit 'q' to return here%s.", loggedin ? ", 'm' to contact the player" : ""); mvaddstr (4, 1, "(Use capital letter of selection to strip DEC graphics, VERY experimental!)"); mvaddstr (5, 1, "The following games are in progress:"); -- 2.47.3