From 52bc9fdf99d452c592e174acd9cb174ec00e19d7 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 16 Jul 2024 00:47:11 -0400 Subject: Added path tracking for debugging --- src/game_data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game_data.h') diff --git a/src/game_data.h b/src/game_data.h index b787e6f..23f7b3a 100644 --- a/src/game_data.h +++ b/src/game_data.h @@ -83,6 +83,7 @@ struct Door { }; struct Exit { + int source_room; int destination_room; std::optional door; EntranceType type = EntranceType::kNormal; -- cgit 1.4.1