diff options
author | Mike Buland <eichlan@xagasoft.com> | 2015-05-07 15:23:03 -0600 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2015-05-07 15:23:03 -0600 |
commit | 0655735c84f412b7ad3e65381dc24694a9ac8071 (patch) | |
tree | 42baeb025d0e2842fe0aad9b7e75da81db5e24ed /src/game.cpp | |
parent | 75b3ad661c2d6ed382620a25613846c2b2b10f46 (diff) | |
download | stage-main.tar.gz stage-main.tar.bz2 stage-main.tar.xz stage-main.zip |
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.cpp | 2 |
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 | |||
14 | Game::Game() | 16 | Game::Game() |
15 | { | 17 | { |
16 | hGlobalParam.insert("start", Variable::newSituationName("start") ); | 18 | hGlobalParam.insert("start", Variable::newSituationName("start") ); |