From 75c841640c4c1948050b5600fdb05387019c8b6d Mon Sep 17 00:00:00 2001 From: Rainchus Date: Fri, 2 Aug 2024 17:16:44 -0500 Subject: [PATCH] remove comment as problem is fixed --- src/game/board/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/board/main.c b/src/game/board/main.c index b718daeb..b88ad9bf 100644 --- a/src/game/board/main.c +++ b/src/game/board/main.c @@ -157,7 +157,7 @@ void BoardObjectSetup(BoardFunc create, BoardFunc destroy) case OVL_W21: GWSystem.board = BOARD_ID_EXTRA2; break; - //TODO: this shifts something and causes the game to not work...figure out why + case OVL_W07: GWSystem.board = BOARD_ID_CUSTOM; break;