summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2015-05-07 15:23:03 -0600
committerMike Buland <eichlan@xagasoft.com>2015-05-07 15:23:03 -0600
commit0655735c84f412b7ad3e65381dc24694a9ac8071 (patch)
tree42baeb025d0e2842fe0aad9b7e75da81db5e24ed /src/game.cpp
parent75b3ad661c2d6ed382620a25613846c2b2b10f46 (diff)
downloadstage-main.tar.gz
stage-main.tar.bz2
stage-main.tar.xz
stage-main.zip
Goto was confused.HEADmain
The variable was being reset, then used by reference as the next destination. Confusing to debug.
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 2 insertions, 0 deletions
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 @@
11#include "functionkeys.h" 11#include "functionkeys.h"
12#include "functioncount.h" 12#include "functioncount.h"
13 13
14#include <bu/sio.h>
15
14Game::Game() 16Game::Game()
15{ 17{
16 hGlobalParam.insert("start", Variable::newSituationName("start") ); 18 hGlobalParam.insert("start", Variable::newSituationName("start") );