From bf07760665f25b3a80af93c7bc68427c1f77349c Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 1 Feb 2006 19:14:28 +0000 Subject: - Trick Dead makes you stop walking now. - Falcon Assault only does 1 hit now. - Soul Burn is not affected by Lex Aeterna, not affected by target's cards. - Freeze and Stone take preference over Benedictio - Opt1 inducing SCs fail if the target has already another Opt1 - Fixed areamonster when the passed class is negative - Removed the clear screen when launching the server. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5156 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common/core.c') diff --git a/src/common/core.c b/src/common/core.c index b0b847ca2..857f21eb6 100644 --- a/src/common/core.c +++ b/src/common/core.c @@ -157,7 +157,8 @@ const char* get_svn_revision(void) static void display_title(void) { - ClearScreen(); // clear screen and go up/left (0, 0 position in text) + //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(""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