diff options
author | valaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-14 18:52:59 +0000 |
---|---|---|
committer | valaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-14 18:52:59 +0000 |
commit | 76c518cd8e0be4c3c6cb3b7e59bc0b5742b1df69 (patch) | |
tree | 0543793b70d4d20610cadc0cf431b73baab3de03 /src/common/core.c | |
parent | f9db46c8fa41c2cfe599ced9787263ff22e6cb14 (diff) | |
download | hercules-76c518cd8e0be4c3c6cb3b7e59bc0b5742b1df69.tar.gz hercules-76c518cd8e0be4c3c6cb3b7e59bc0b5742b1df69.tar.bz2 hercules-76c518cd8e0be4c3c6cb3b7e59bc0b5742b1df69.tar.xz hercules-76c518cd8e0be4c3c6cb3b7e59bc0b5742b1df69.zip |
Added AFM (Advanced Fusion Map) support thanks to alexkreuz and fusion.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@177 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/core.c')
-rw-r--r-- | src/common/core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/core.c b/src/common/core.c index 3d8597d20..6bf68c47f 100644 --- a/src/common/core.c +++ b/src/common/core.c @@ -79,6 +79,8 @@ static void display_title(void) printf("\033[0;44m (\033[1m / \\ / \\ / \\ / \\ / \\ / \\ / \\ / \\ / \\ / \\ / \\ / \\ / \\ \033[0;44m)\033[K\033[0m\n"); // 1: bold char, 0: normal char printf("\033[0;44m (\033[1m ( e | n | g | l | i | s | h ) ( A | t | h | e | n | a ) \033[0;44m)\033[K\033[0m\n"); // 1: bold char, 0: normal char printf("\033[0;44m (\033[1m \\_/ \\_/ \\_/ \\_/ \\_/ \\_/ \\_/ \\_/ \\_/ \\_/ \\_/ \\_/ \\_/ \033[0;44m)\033[K\033[0m\n"); // 1: bold char, 0: normal char + printf("\033[0;44m (\033[1m \033[0;44m)\033[K\033[0m\n"); // yellow writing (33) + printf("\033[0;44m (\033[1;33m Advanced Fusion Maps (c) 2003-2004 The Fusion Project \033[0;44m)\033[K\033[0m\n"); // yellow writing (33) printf("\033[37;44m (=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=)\033[K\033[0m\n\n"); // reset color } |