From f404d991aa53ed81855e51b597bfe1d5c2288b42 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 29 Dec 2011 17:03:20 -0700 Subject: Most operators work, as well as if/then/else. Loops should be very easy, but we don't have lists working yet, next is scope selection. --- src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 8fe5247..273158b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -30,6 +30,9 @@ int main( int argc, char *argv[] ) GameState gs( pGame ); gs.init(); + gs.gotoSituation("stuff"); + gs.gotoSituation("start"); + return 0; } -- cgit v1.2.3