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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h index a70f57e..5f13672 100644 --- a/src/game.h +++ b/src/game.h
@@ -126,6 +126,8 @@ private:
126 126
127 void tick(bool onlyDark = false); 127 void tick(bool onlyDark = false);
128 128
129 bool isInitialCaveBigEnough() const;
130
129 bool movePlayer(int x, int y); 131 bool movePlayer(int x, int y);
130 132
131 void recalculateLighting(); 133 void recalculateLighting();