From 96678349c3af7b546c9e5743edb3f189ca4ee057 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Mon, 18 Apr 2005 07:20:39 +0000 Subject: [PATCH] Fix logfile name, remote the status line disabling. --- src/doors/smurfcombat/smurf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/doors/smurfcombat/smurf.c b/src/doors/smurfcombat/smurf.c index 9fe2f357d1..29e82ae993 100644 --- a/src/doors/smurfcombat/smurf.c +++ b/src/doors/smurfcombat/smurf.c @@ -142,8 +142,10 @@ char* argv[100]; __mess(5); #endif od_init(); +#ifdef TODO_STATUS_LINE od_control.od_status_on = FALSE; od_set_statusline(STATUS_NONE); +#endif #ifdef TODO_LOCAL_DISPLAY window(1, 1, 80, 25); clrscr(); @@ -697,7 +699,7 @@ void checkstatus(void){ smurffights[thisuserno] = 0; roundsleft = 0; } - sprintf(logname, "SMURF.%03i", thisuserno); + sprintf(logname, "smurf.%03i", thisuserno); od_control.user_screen_length = 23; __mess(3); /* Update Bulletins */ __mess(1); /* Smurf Times */ -- GitLab