From 02970d7f1eb4e67ad850d140ff9acebc63d31036 Mon Sep 17 00:00:00 2001 From: Valaris Date: Fri, 10 Feb 2006 00:09:29 +0000 Subject: * Removed the conf sql code for now. Maybe will continue later with that project. Lowered the irc keepalive timer, and added some checks for use_irc that should have been there. Added a return line \n to the beginning of the title screen. [Valaris] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5241 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/core.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common') diff --git a/src/common/core.c b/src/common/core.c index 857f21eb6..fe16d26a9 100644 --- a/src/common/core.c +++ b/src/common/core.c @@ -159,6 +159,7 @@ static void display_title(void) { //The clearscreeen is usually more of an annoyance than anything else... [Skotlex] // ClearScreen(); // clear screen and go up/left (0, 0 position in text) + ShowMessage("\n"); ShowMessage(""CL_WTBL" (=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=)"CL_CLL""CL_NORMAL"\n"); // white writing (37) on blue background (44), \033[K clean until end of file ShowMessage(""CL_XXBL" ("CL_BT_YELLOW" (c)2005 eAthena Development Team presents "CL_XXBL")"CL_CLL""CL_NORMAL"\n"); // yellow writing (33) ShowMessage(""CL_XXBL" ("CL_BOLD" ______ __ __ "CL_XXBL")"CL_CLL""CL_NORMAL"\n"); // 1: bold char, 0: normal char -- cgit v1.2.3-70-g09d2