diff options
author | xazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-21 10:37:44 +0000 |
---|---|---|
committer | xazax-hun <xazax-hun@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-21 10:37:44 +0000 |
commit | 47c9d62ec34f1d83bedee0490a80287a9529fef9 (patch) | |
tree | 98eea532fbb5e545acc2bf8e5a8125fe55daca36 /src/common/core.c | |
parent | f5e330384dfe0ee0d959402ee5d8d140360e58ac (diff) | |
download | hercules-47c9d62ec34f1d83bedee0490a80287a9529fef9.tar.gz hercules-47c9d62ec34f1d83bedee0490a80287a9529fef9.tar.bz2 hercules-47c9d62ec34f1d83bedee0490a80287a9529fef9.tar.xz hercules-47c9d62ec34f1d83bedee0490a80287a9529fef9.zip |
* Made branding more consistent.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15905 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/core.c')
-rw-r--r-- | src/common/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/core.c b/src/common/core.c index c77552fb7..37e5fc562 100644 --- a/src/common/core.c +++ b/src/common/core.c @@ -227,7 +227,7 @@ static void display_title(void) //ClearScreen(); // clear screen and go up/left (0, 0 position in text) ShowMessage("\n"); ShowMessage(""CL_PASS" "CL_BOLD" "CL_PASS""CL_CLL""CL_NORMAL"\n"); - ShowMessage(""CL_PASS" "CL_BT_WHITE" RAthena Development Team presents "CL_PASS""CL_CLL""CL_NORMAL"\n"); + ShowMessage(""CL_PASS" "CL_BT_WHITE" rAthena Development Team presents "CL_PASS""CL_CLL""CL_NORMAL"\n"); ShowMessage(""CL_PASS" "CL_BOLD" ____ ___ __ __ "CL_PASS""CL_CLL""CL_NORMAL"\n"); ShowMessage(""CL_PASS" "CL_BOLD" / __ \\/ | / /_/ /_ ___ ____ ____ _ "CL_PASS""CL_CLL""CL_NORMAL"\n"); ShowMessage(""CL_PASS" "CL_BOLD" / /_/ / /| |/ __/ __ \\/ _ \\/ __ \\/ __ `/ "CL_PASS""CL_CLL""CL_NORMAL"\n"); |