mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
clone the rallypoint data from cmd, fixes #3751
This was SVN commit r17713.
This commit is contained in:
parent
090f2ccfe5
commit
08d326cef5
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ var g_Commands = {
|
|||
cmpRallyPoint.Unset();
|
||||
|
||||
cmpRallyPoint.AddPosition(cmd.x, cmd.z);
|
||||
cmpRallyPoint.AddData(cmd.data);
|
||||
cmpRallyPoint.AddData(clone(cmd.data));
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue