summaryrefslogtreecommitdiffstats
path: root/src/object
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2014-02-21 14:33:56 +0100
committerkrzys-h <krzys_h@interia.pl>2014-02-21 14:33:56 +0100
commit14709427c46897a37991a35beecb351428265a7f (patch)
tree11547c7d4016a81c07718f36f86cb3c119cbba94 /src/object
parent351616a9bfaada066a0c96c78235eefb7bb46824 (diff)
downloadcolobot-14709427c46897a37991a35beecb351428265a7f.tar.gz
colobot-14709427c46897a37991a35beecb351428265a7f.tar.bz2
colobot-14709427c46897a37991a35beecb351428265a7f.zip
Fixed compile warning
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