Fixed compile warning

dev-ui
krzys-h 2014-02-21 14:33:56 +01:00
parent 351616a9bf
commit 14709427c4
1 changed files with 1 additions and 1 deletions

View File

@ -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