summaryrefslogtreecommitdiff
path: root/game.adb
diff options
context:
space:
mode:
authorrexim <reximkut@gmail.com>2024-03-19 20:11:35 +0700
committerrexim <reximkut@gmail.com>2024-03-19 20:11:35 +0700
commit670ffd54671f9d057f77b185b4148ed1a1c9d580 (patch)
tree5be3f4ecf695bd624eef118d4c2ca43cea541468 /game.adb
parent9bb562802d33056016b92f6c010339e529b9366f (diff)
TODO: Path finding on a separate thread
Diffstat (limited to 'game.adb')
-rw-r--r--game.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/game.adb b/game.adb
index 5234bac..8eb4221 100644
--- a/game.adb
+++ b/game.adb
@@ -1302,3 +1302,4 @@ end;
-- the bombs are placed for the turn. This is related to making placement
-- of the bombs a legit turn.
-- TODO: placing a bomb is not a turn (should it be tho?)
+-- TODO: Path finding on a separate thread