From 0655735c84f412b7ad3e65381dc24694a9ac8071 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 7 May 2015 15:23:03 -0600 Subject: Goto was confused. The variable was being reset, then used by reference as the next destination. Confusing to debug. --- src/game.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 05c5eca..77d65d8 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -11,6 +11,8 @@ #include "functionkeys.h" #include "functioncount.h" +#include + Game::Game() { hGlobalParam.insert("start", Variable::newSituationName("start") ); -- cgit v1.2.3