summaryrefslogtreecommitdiffstats
path: root/src/control/Script.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-07-18 12:31:32 +0200
committerSergeanur <s.anureev@yandex.ua>2020-07-18 12:31:32 +0200
commiteaf569eb6d3491d94413951b7cede92b788d0706 (patch)
treefdac0c2626785e3fef3b12922c000d7d397fd737 /src/control/Script.cpp
parentAdd compatibility with RW 3.4 (diff)
parentfix (diff)
downloadre3-eaf569eb6d3491d94413951b7cede92b788d0706.tar
re3-eaf569eb6d3491d94413951b7cede92b788d0706.tar.gz
re3-eaf569eb6d3491d94413951b7cede92b788d0706.tar.bz2
re3-eaf569eb6d3491d94413951b7cede92b788d0706.tar.lz
re3-eaf569eb6d3491d94413951b7cede92b788d0706.tar.xz
re3-eaf569eb6d3491d94413951b7cede92b788d0706.tar.zst
re3-eaf569eb6d3491d94413951b7cede92b788d0706.zip
Diffstat (limited to 'src/control/Script.cpp')
-rw-r--r--src/control/Script.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/control/Script.cpp b/src/control/Script.cpp
index afc4fecb..e1ab0310 100644
--- a/src/control/Script.cpp
+++ b/src/control/Script.cpp
@@ -2292,7 +2292,7 @@ void CTheScripts::Init()
dbg_log = fopen("SCRDBG.LOG", "w");
static const char* init_msg = "Starting debug script log\n\n";
PrintToLog(init_msg);
- CFileMgr::SetDir("\\");
+ CFileMgr::SetDir("");
#endif
}
@@ -2401,7 +2401,7 @@ void CTheScripts::Process()
dbg_log = fopen("SCRDBG.LOG", "w");
static const char* init_msg = "Starting debug script log\n\n";
PrintToLog(init_msg);
- CFileMgr::SetDir("\\");
+ CFileMgr::SetDir("");
#endif
PrintToLog("------------------------\n");
PrintToLog("CTheScripts::Process started, CTimer::GetTimeInMilliseconds == %u\n", CTimer::GetTimeInMilliseconds());