summaryrefslogtreecommitdiff
path: root/src/common/core.c
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-15 02:24:20 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-15 02:24:20 +0000
commita7514d132281ddeb8436197f7e2c1af87168a346 (patch)
treee31f97991a7a2b3fb6b0cfd8072195f944135baa /src/common/core.c
parentb2d15eaef8b56c36881cd4aac858ada9a4eddb43 (diff)
downloadhercules-a7514d132281ddeb8436197f7e2c1af87168a346.tar.gz
hercules-a7514d132281ddeb8436197f7e2c1af87168a346.tar.bz2
hercules-a7514d132281ddeb8436197f7e2c1af87168a346.tar.xz
hercules-a7514d132281ddeb8436197f7e2c1af87168a346.zip
Finished BuildBot "console error scan" stuff.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15128 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/core.c')
-rw-r--r--src/common/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/core.c b/src/common/core.c
index 7a6584898..e05f5a571 100644
--- a/src/common/core.c
+++ b/src/common/core.c
@@ -29,7 +29,7 @@
void (*shutdown_callback)(void) = NULL;
#if defined(BUILDBOT)
- bool buildbotflag;
+ int buildbotflag = 0;
#endif
int runflag = CORE_ST_RUN;