This commit is contained in:
Filip Gawin 2021-01-30 23:46:16 +01:00
parent e49ee14ed0
commit 0d581f2f8b

View File

@ -1488,10 +1488,10 @@ WinMain(HINSTANCE instance,
int int
main(int argc, char *argv[]) main(int argc, char *argv[])
{ {
#endif
#ifdef LOG_TO_FILE #ifdef LOG_TO_FILE
freopen("re3_log.txt", "w", stdout); freopen("re3_log.txt", "w", stdout);
freopen("re3_errors.txt", "w", stderr); freopen("re3_errors.txt", "w", stderr);
#endif
#endif #endif
RwV2d pos; RwV2d pos;
RwInt32 i; RwInt32 i;