summaryrefslogtreecommitdiffstats
path: root/src/object
diff options
context:
space:
mode:
Diffstat (limited to 'src/object')
-rw-r--r--src/object/robotmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/robotmain.cpp b/src/object/robotmain.cpp
index e66e2c6..80f605c 100644
--- a/src/object/robotmain.cpp
+++ b/src/object/robotmain.cpp
@@ -4065,7 +4065,7 @@ void CRobotMain::CreateScene(bool soluce, bool fixScene, bool resetObject)
static const boost::regex titleCmdRe("Title\\.[A-Z]");
static const boost::regex resumeCmdRe("Resume\\.[A-Z]");
- static const boost::regex scriptNameCmdRe("ScriptName\.[A-Z]");
+ static const boost::regex scriptNameCmdRe("ScriptName\\.[A-Z]");
if (boost::regex_match(GetCmd(line), titleCmdRe)) continue; // Ignore
if (boost::regex_match(GetCmd(line), resumeCmdRe)) continue; // Ignore