Codechange: make Subdirectory a scoped enum

This commit is contained in:
Peter Nelson
2026-04-05 21:46:07 +01:00
committed by Peter Nelson
parent 93a6aa77c6
commit 5aae8e2d64
52 changed files with 218 additions and 216 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ uint32_t NewGRFProfiler::Finish()
uint32_t total_microseconds = 0;
auto f = FioFOpenFile(filename, "wt", Subdirectory::NO_DIRECTORY);
auto f = FioFOpenFile(filename, "wt", Subdirectory::None);
if (!f.has_value()) {
IConsolePrint(CC_ERROR, "Failed to open '{}' for writing.", filename);