From 0aad778336ef25336ca51611419b306aff9020ab Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Thu, 13 Jan 2022 19:21:04 +0100 Subject: this is starting to get boring.ill see --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index d277919..488de95 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -28,7 +28,7 @@ int main(void) { std::string path = "../meta/maps"; int i = 0; for (const auto& entry : - std::filesystem::directory_iterator(path)) { // c++17 lol + std::filesystem::directory_iterator(path)) { // NOTE: c++17 lol if (entry.path().filename().generic_string().find("start") != std::string::npos) { pick[i] = entry.path().filename().generic_string(); -- cgit v1.2.3