From 92f99f7526842c77e4b64442832ec3eaf69cd974 Mon Sep 17 00:00:00 2001 From: YuLei Liao Date: Thu, 2 Feb 2012 19:01:12 +0800 Subject: [PATCH] * change CC_LUA_ENGINE_ENABLED default value to 0 --- cocos2dx/include/ccConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocos2dx/include/ccConfig.h b/cocos2dx/include/ccConfig.h index f2d30a73f3..2f7123b36b 100755 --- a/cocos2dx/include/ccConfig.h +++ b/cocos2dx/include/ccConfig.h @@ -323,7 +323,7 @@ To enable set it to a value different than 0. Disabled by default. /** Enable Lua engine */ #ifndef CC_LUA_ENGINE_ENABLED -#define CC_LUA_ENGINE_ENABLED 1 +#define CC_LUA_ENGINE_ENABLED 0 #endif #ifndef CC_LUA_ENGINE_DEBUG #define CC_LUA_ENGINE_DEBUG 0