diff options
author | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-07 02:02:32 +0000 |
---|---|---|
committer | DracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-07 02:02:32 +0000 |
commit | 4e963a22b54ce6c9f1a9c3db58b55c6690c34716 (patch) | |
tree | bc4330891a9de8a938e5080192739518181305b1 /src/common | |
parent | 91370409aede963a205b1f9987a3594d6d4e3928 (diff) | |
download | hercules-4e963a22b54ce6c9f1a9c3db58b55c6690c34716.tar.gz hercules-4e963a22b54ce6c9f1a9c3db58b55c6690c34716.tar.bz2 hercules-4e963a22b54ce6c9f1a9c3db58b55c6690c34716.tar.xz hercules-4e963a22b54ce6c9f1a9c3db58b55c6690c34716.zip |
New mapcache system :x
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9971 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/core.c b/src/common/core.c index 94d7272ad..5924a0aa6 100644 --- a/src/common/core.c +++ b/src/common/core.c @@ -199,7 +199,6 @@ static void display_title(void) ShowMessage(""CL_XXBL" ("CL_BOLD" ( e | n | g | l | i | s | h ) ( A | t | h | e | n | a ) "CL_XXBL")"CL_CLL""CL_NORMAL"\n"); // 1: bold char, 0: normal char ShowMessage(""CL_XXBL" ("CL_BOLD" \\_/ \\_/ \\_/ \\_/ \\_/ \\_/ \\_/ \\_/ \\_/ \\_/ \\_/ \\_/ \\_/ "CL_XXBL")"CL_CLL""CL_NORMAL"\n"); // 1: bold char, 0: normal char ShowMessage(""CL_XXBL" ("CL_BOLD" "CL_XXBL")"CL_CLL""CL_NORMAL"\n"); // yellow writing (33) - ShowMessage(""CL_XXBL" ("CL_BT_YELLOW" Advanced Fusion Maps (c) 2003-2005 The Fusion Project "CL_XXBL")"CL_CLL""CL_NORMAL"\n"); // yellow writing (33) ShowMessage(""CL_WTBL" (=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=)"CL_CLL""CL_NORMAL"\n\n"); // reset color ShowInfo("SVN Revision: '"CL_WHITE"%s"CL_RESET"'.\n", get_svn_revision()); |