From 7ddbedc2077a747ecf1e034566493d4a470cb4d7 Mon Sep 17 00:00:00 2001 From: amber Date: Thu, 17 Mar 2005 06:30:36 +0000 Subject: Fixed memory corruption git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1241 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/core.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common') diff --git a/src/common/core.c b/src/common/core.c index 37a46825b..0b3d65fed 100644 --- a/src/common/core.c +++ b/src/common/core.c @@ -289,7 +289,9 @@ int main(int argc,char **argv) display_title(); +#ifndef BCHECK do_init_memmgr(argv[0]); // 一番最初に実行する必要がある +#endif tick_ = time(0); ticks = gettick(); -- cgit v1.2.3-70-g09d2