mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
fix old map size
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user