From 670ffd54671f9d057f77b185b4148ed1a1c9d580 Mon Sep 17 00:00:00 2001 From: rexim Date: Tue, 19 Mar 2024 20:11:35 +0700 Subject: TODO: Path finding on a separate thread --- game.adb | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3