fix old map size

This commit is contained in:
Milxnor
2023-03-14 20:00:31 -04:00
parent 818bc8119b
commit 1b24b28d95
6 changed files with 32 additions and 14 deletions

View File

@@ -43,8 +43,6 @@ inline void InitLogger()
FILE* stream = nullptr;
// bad but idk how to stop printing
freopen_s(&stream, "in.txt", "r", stdin);
freopen_s(&stream, "out.txt", "w+", stdout);
freopen_s(&stream, "err.txt", "w", stderr);