From b7746882f7c15099523aafbf5d4772582d26a099 Mon Sep 17 00:00:00 2001 From: Jeff Reitman Date: Sun, 27 May 2012 11:03:45 -0700 Subject: [PATCH] * add ability to disable denshion in lua mode --- cocos2dx/include/ccConfig.h | 4 ++++ lua/cocos2dx_support/LuaCocos2d.cpp.REMOVED.git-id | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cocos2dx/include/ccConfig.h b/cocos2dx/include/ccConfig.h index b1eead860b..ceca926deb 100755 --- a/cocos2dx/include/ccConfig.h +++ b/cocos2dx/include/ccConfig.h @@ -259,4 +259,8 @@ To enable set it to a value different than 0. Disabled by default. #define CC_LUA_ENGINE_DEBUG 0 #endif +#ifndef CC_ENABLE_COCOS_DENSHION +#define CC_ENABLE_COCOS_DENSHION 1 +#endif + #endif // __CCCONFIG_H__ diff --git a/lua/cocos2dx_support/LuaCocos2d.cpp.REMOVED.git-id b/lua/cocos2dx_support/LuaCocos2d.cpp.REMOVED.git-id index 071a7526ac..b5c91bc6ef 100644 --- a/lua/cocos2dx_support/LuaCocos2d.cpp.REMOVED.git-id +++ b/lua/cocos2dx_support/LuaCocos2d.cpp.REMOVED.git-id @@ -1 +1 @@ -215941887bb3ecde65ca64e6e1b5ddaacded6a7c \ No newline at end of file +6a6ee7c11dd172ca03d0116726a014739887025b \ No newline at end of file