summaryrefslogtreecommitdiff
path: root/src/command.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-02-07 23:38:14 -0700
committerMike Buland <eichlan@xagasoft.com>2012-02-07 23:38:14 -0700
commit3a1a20a9bc7008abb7de241c44cc0d7a3d4a77d9 (patch)
treed1ae0b637370bc70863ec214e933b1695a47b857 /src/command.cpp
parente9170376ec9d75f65949ac6b61694ddf7ad37897 (diff)
downloadstage-3a1a20a9bc7008abb7de241c44cc0d7a3d4a77d9.tar.gz
stage-3a1a20a9bc7008abb7de241c44cc0d7a3d4a77d9.tar.bz2
stage-3a1a20a9bc7008abb7de241c44cc0d7a3d4a77d9.tar.xz
stage-3a1a20a9bc7008abb7de241c44cc0d7a3d4a77d9.zip
All good except loops & function returns.
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 2def02f..a114246 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.parse( pAst ); 93 gState.run( pAst );
94} 94}
95 95