This commit is contained in:
Filip Gawin 2021-01-30 23:46:16 +01:00
parent e49ee14ed0
commit 0d581f2f8b
1 changed files with 1 additions and 1 deletions

View File

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