mirror of
https://github.com/paxed/dgamelaunch.git
synced 2025-07-27 15:44:27 +02:00
oops
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@16 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
701a98c8ed
commit
85c26142e3
@ -185,8 +185,8 @@ inprogressmenu ()
|
|||||||
{
|
{
|
||||||
clear ();
|
clear ();
|
||||||
mvaddstr (1, 1, VER1);
|
mvaddstr (1, 1, VER1);
|
||||||
mvaddstr (3, 1,
|
mvprintw (3, 1,
|
||||||
"During playback, hit 'q' to return here, 'm' to contact the player.");
|
"During playback, hit 'q' to return here%s.", loggedin ? ", 'm' to contact the player" : "");
|
||||||
mvaddstr (4, 1,
|
mvaddstr (4, 1,
|
||||||
"(Use capital letter of selection to strip DEC graphics, VERY experimental!)");
|
"(Use capital letter of selection to strip DEC graphics, VERY experimental!)");
|
||||||
mvaddstr (5, 1, "The following games are in progress:");
|
mvaddstr (5, 1, "The following games are in progress:");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user