mirror of
https://github.com/GTAmodding/re3.git
synced 2025-05-11 13:23:29 +00:00
Merge 0d581f2f8b
into 3233ffe1c4
This commit is contained in:
commit
26c7df284a
2 changed files with 5 additions and 0 deletions
|
@ -289,6 +289,7 @@ enum Config {
|
|||
#ifdef DEBUGMENU
|
||||
#define MISSION_SWITCHER // from debug menu
|
||||
#endif
|
||||
//#define LOG_TO_FILE
|
||||
|
||||
// Rendering/display
|
||||
//#define EXTRA_MODEL_FLAGS // from mobile to optimize rendering
|
||||
|
|
|
@ -1860,6 +1860,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
|
||||
RwV2d pos;
|
||||
RwInt32 i;
|
||||
|
|
Loading…
Add table
Reference in a new issue