summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-12-24 01:08:21 -0700
committerMike Buland <eichlan@xagasoft.com>2011-12-24 01:08:21 -0700
commit32c32bc48c8fd7cffca301b8919fb26726f6467e (patch)
treefbe58058531f253e4e351312f87e8276ce087c31 /src/game.h
parentd7c0a793787eaf52c4302d6d1ea6cc43f7ff9ca7 (diff)
downloadstage-32c32bc48c8fd7cffca301b8919fb26726f6467e.tar.gz
stage-32c32bc48c8fd7cffca301b8919fb26726f6467e.tar.bz2
stage-32c32bc48c8fd7cffca301b8919fb26726f6467e.tar.xz
stage-32c32bc48c8fd7cffca301b8919fb26726f6467e.zip
Ast nearly done, builder coming along.
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game.h b/src/game.h
index a5b1163..1daa148 100644
--- a/src/game.h
+++ b/src/game.h
@@ -19,9 +19,6 @@ private:
19 typedef Bu::Hash<Bu::String, Scope *> ScopeHash; 19 typedef Bu::Hash<Bu::String, Scope *> ScopeHash;
20 FunctionHash hFunction; 20 FunctionHash hFunction;
21 SituationHash hSituation; 21 SituationHash hSituation;
22 ScopeHash hSituationScope;
23 Scope sGlobal;
24 Scope sPlayer;
25 Bu::String sCurSituation; 22 Bu::String sCurSituation;
26}; 23};
27 24