From c16807690c035c40250a0f572ad78070dd2fc46e Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Fri, 27 Dec 2024 13:01:43 -0600 Subject: [PATCH] Note about a TODO --- src/game/boe.dlgutil.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/boe.dlgutil.cpp b/src/game/boe.dlgutil.cpp index a30c50db..351bbc37 100644 --- a/src/game/boe.dlgutil.cpp +++ b/src/game/boe.dlgutil.cpp @@ -1598,6 +1598,7 @@ class cChooseScenario { public: cChooseScenario() { // TODO: Add a button to jump to the scenarios folder + // Note: if the player jumps to the scenarios folder and adds scenarios, build_scen_headers() must be called again scen_headers = build_scen_headers(); // TODO: Either make this local to this class, or make it take scen_headers by reference } scen_header_type run() {