clone the rallypoint data from cmd, fixes #3751

This was SVN commit r17713.
This commit is contained in:
mimo 2016-01-26 18:03:06 +00:00
parent 090f2ccfe5
commit 08d326cef5

View file

@ -392,7 +392,7 @@ var g_Commands = {
cmpRallyPoint.Unset();
cmpRallyPoint.AddPosition(cmd.x, cmd.z);
cmpRallyPoint.AddData(cmd.data);
cmpRallyPoint.AddData(clone(cmd.data));
}
}
},