* change CC_LUA_ENGINE_ENABLED default value to 0

This commit is contained in:
YuLei Liao 2012-02-02 19:01:12 +08:00
parent bfe8e752cf
commit 92f99f7526
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ To enable set it to a value different than 0. Disabled by default.
/** Enable Lua engine */ /** Enable Lua engine */
#ifndef CC_LUA_ENGINE_ENABLED #ifndef CC_LUA_ENGINE_ENABLED
#define CC_LUA_ENGINE_ENABLED 1 #define CC_LUA_ENGINE_ENABLED 0
#endif #endif
#ifndef CC_LUA_ENGINE_DEBUG #ifndef CC_LUA_ENGINE_DEBUG
#define CC_LUA_ENGINE_DEBUG 0 #define CC_LUA_ENGINE_DEBUG 0