mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-25 13:23:43 +00:00
Fix
This commit is contained in:
parent
e49ee14ed0
commit
0d581f2f8b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue