diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-19 11:30:22 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-19 11:30:22 -0400 |
commit | 81e8c1dae2e7e4be632d6e81d765b5dd43ea3927 (patch) | |
tree | f1b660e91a5204a801cb62a7951322e4491210ff /src/game.h | |
parent | 6cfe247b362106543bbb1a835dde9e7da9128fee (diff) | |
download | ether-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.h | 2 |
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(); |