Note about a TODO

This commit is contained in:
2024-12-27 13:01:43 -06:00
committed by Celtic Minstrel
parent 8253088ba4
commit c16807690c

View File

@@ -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() {