summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/core.c2
1 files changed, 2 insertions, 0 deletions
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();