Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-08-27 12:57:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-08-27 12:59:32 +0400
commit3f2cf6da6f53f1969755dd26b92ab19719e6f00a (patch)
tree9998b60f59d9ef8fc150a37e634b7a8fbf546213 /source/gameengine/Expressions/IntValue.cpp
parent146ed67d5591e0058f24c30c81044b413cd66de4 (diff)
Cleanup: remove _DEBUG define usage
Diffstat (limited to 'source/gameengine/Expressions/IntValue.cpp')
-rw-r--r--source/gameengine/Expressions/IntValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/Expressions/IntValue.cpp b/source/gameengine/Expressions/IntValue.cpp
index a2d055974c3..82d2e94dbb0 100644
--- a/source/gameengine/Expressions/IntValue.cpp
+++ b/source/gameengine/Expressions/IntValue.cpp
@@ -35,7 +35,7 @@ effect: constructs a new CIntValue
*/
{
-#ifdef _DEBUG_
+#ifdef DEBUG_
m_textval = "Int illegal constructor";
#endif
m_pstrRep=NULL;