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