summaryrefslogtreecommitdiff
path: root/src/gamebuilder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamebuilder.cpp')
-rw-r--r--src/gamebuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamebuilder.cpp b/src/gamebuilder.cpp
index 791ba6b..d04a642 100644
--- a/src/gamebuilder.cpp
+++ b/src/gamebuilder.cpp
@@ -185,7 +185,7 @@ void GameBuilder::closeCommand()
185{ 185{
186 pCurCmd->setAst( pCurRoot ); 186 pCurCmd->setAst( pCurRoot );
187 pCurRoot = pCurNode = NULL; 187 pCurRoot = pCurNode = NULL;
188// pCurCmd->print(); 188 //pCurCmd->print();
189 if( bGlobal ) 189 if( bGlobal )
190 { 190 {
191 pGame->csGlobal.addCommand( pCurCmd ); 191 pGame->csGlobal.addCommand( pCurCmd );