diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common/core.h | 2 | ||||
-rw-r--r-- | src/common/showmsg.c | 2 | ||||
-rw-r--r-- | src/map/pc.c | 2 |
3 files changed, 3 insertions, 3 deletions
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); |