Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ik0o authored Oct 22, 2023
1 parent f111f79 commit 753a781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <map>

const std::string config_file_name = ".\\config";
const std::string internal_save_folder = ".\\save\\";
const std::string internal_save_folder = ".\\saves\\";
const std::string internal_backup_save_folder = ".\\saves\\backup\\";
const std::string bb_save_folder = std::string{getenv("userprofile")} + "\\appdata\\LocalLow\\Jan Malitschek\\BetonBrutal\\Game\\";
const std::string save_files[2] = {"Stats.dat", "DLC1Stats.dat"};
Expand Down Expand Up @@ -718,4 +718,4 @@ int main(int argc, char *argv[]){
while(GetMessage(&msg, NULL, 0, 0) != 0){}

return 0;
}
}

0 comments on commit 753a781

Please sign in to comment.