diff --git a/cre.cpp b/cre.cpp index ef3aca8b1..6277233f4 100644 --- a/cre.cpp +++ b/cre.cpp @@ -575,7 +575,7 @@ int luaopen_cre(lua_State *L) { /* initialize font manager for CREngine */ InitFontManager(lString8()); -#ifdef DEBUG_CRENGINE +#if DEBUG_CRENGINE CRLog::setStdoutLogger(); CRLog::setLogLevel(CRLog::LL_DEBUG); #endif