summaryrefslogtreecommitdiff
path: root/src/command.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-02-08 00:22:34 -0700
committerMike Buland <eichlan@xagasoft.com>2012-02-08 00:22:34 -0700
commit11554a9e5c92a98129b42598495abe7503d9208c (patch)
tree91182c1737204d60bcbbc038f2743e60d09faedb /src/command.cpp
parent3a1a20a9bc7008abb7de241c44cc0d7a3d4a77d9 (diff)
downloadstage-11554a9e5c92a98129b42598495abe7503d9208c.tar.gz
stage-11554a9e5c92a98129b42598495abe7503d9208c.tar.bz2
stage-11554a9e5c92a98129b42598495abe7503d9208c.tar.xz
stage-11554a9e5c92a98129b42598495abe7503d9208c.zip
Everything seems to work now, goto, return, etc.
Diffstat (limited to 'src/command.cpp')
-rw-r--r--src/command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.cpp b/src/command.cpp
index a114246..dc43c24 100644
--- a/src/command.cpp
+++ b/src/command.cpp
@@ -90,6 +90,6 @@ void Command::exec( class GameState &gState, const Bu::StringList &lCmd )
90 } 90 }
91 } 91 }
92 92
93 gState.run( pAst ); 93 gState.run( pAst, true );
94} 94}
95 95