From b2d15eaef8b56c36881cd4aac858ada9a4eddb43 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 15 Dec 2011 01:31:04 +0000 Subject: whops, typo. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15127 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/core.h | 2 +- src/common/showmsg.c | 2 +- src/map/pc.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/common/core.h b/src/common/core.h index 6a3a0f056..9dff92625 100644 --- a/src/common/core.h +++ b/src/common/core.h @@ -8,7 +8,7 @@ extern int arg_c; extern char **arg_v; #if defined(BUILDBOT) -extern bool buildbotflag; + extern bool buildbotflag; #endif /// @see E_CORE_ST diff --git a/src/common/showmsg.c b/src/common/showmsg.c index 23d241505..812cbcf68 100644 --- a/src/common/showmsg.c +++ b/src/common/showmsg.c @@ -694,7 +694,7 @@ int _vShowMessage(enum msg_type flag, const char *string, va_list ap) if( flag == MSG_WARNING || flag == MSG_ERROR || flag == MSG_SQL ) { - bool buildbotflag = true; + buildbotflag = true; } #endif if( diff --git a/src/map/pc.c b/src/map/pc.c index 2e53da29f..632b485b3 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -962,7 +962,7 @@ bool pc_authok(struct map_session_data *sd, int login_id2, time_t expiration_tim skill_cooldown_load(sd); /** - * Fixed login-without-aura issue (the screen won't blink at this point, don't worry :P) + * Fixes login-without-aura glitch (the screen won't blink at this point, don't worry :P) **/ clif_changemap(sd,sd->mapindex,sd->bl.x,sd->bl.y); -- cgit v1.2.3-70-g09d2