diff options
author | rexim <reximkut@gmail.com> | 2024-03-19 20:11:35 +0700 |
---|---|---|
committer | rexim <reximkut@gmail.com> | 2024-03-19 20:11:35 +0700 |
commit | 670ffd54671f9d057f77b185b4148ed1a1c9d580 (patch) | |
tree | 5be3f4ecf695bd624eef118d4c2ca43cea541468 | |
parent | 9bb562802d33056016b92f6c010339e529b9366f (diff) |
TODO: Path finding on a separate thread
-rw-r--r-- | game.adb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |