From 3a1a20a9bc7008abb7de241c44cc0d7a3d4a77d9 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 7 Feb 2012 23:38:14 -0700 Subject: All good except loops & function returns. --- src/command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command.cpp') 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 ) } } - gState.parse( pAst ); + gState.run( pAst ); } -- cgit v1.2.3