summary refs log tree commit diff stats
path: root/src/game.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2022-03-19 11:30:22 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2022-03-19 11:30:22 -0400
commit81e8c1dae2e7e4be632d6e81d765b5dd43ea3927 (patch)
treef1b660e91a5204a801cb62a7951322e4491210ff /src/game.h
parent6cfe247b362106543bbb1a835dde9e7da9128fee (diff)
downloadether-81e8c1dae2e7e4be632d6e81d765b5dd43ea3927.tar.gz
ether-81e8c1dae2e7e4be632d6e81d765b5dd43ea3927.tar.bz2
ether-81e8c1dae2e7e4be632d6e81d765b5dd43ea3927.zip
game tries to make sure initial cave is not tiny
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();