Ticket #3751: ticket3751.patch

File ticket3751.patch, 575 bytes (added by mimo, 8 years ago)

temporary fix

  • binaries/data/mods/public/simulation/components/RallyPoint.js

     
    6565// See getActionInfo in gui/input.js
    6666RallyPoint.prototype.AddData = function(data)
    6767{
    68     this.data.push(data);
     68    this.data.push(clone(data));
    6969};
    7070
    7171// Returns an array with the data associated with this rally point.  Each element has the structure: