summary refs log tree commit diff stats
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h index 93ca81a..f307156 100644 --- a/src/game.h +++ b/src/game.h
@@ -68,6 +68,7 @@ public:
68 bool dirtyRender = true; 68 bool dirtyRender = true;
69 size_t numLamps = 0; 69 size_t numLamps = 0;
70 size_t numDust = 0; 70 size_t numDust = 0;
71 std::vector<MapData> mapDoubleBuffer;
71 72
72 int player_x = 0; 73 int player_x = 0;
73 int player_y = 0; 74 int player_y = 0;