diff --git a/exec/load/binkp.js b/exec/load/binkp.js index f09210ce8fcf91e384c6fc37d4ff8ddee953c7c3..e05840e5f63c67966de4f8c1bfde522d09c6aa70 100644 --- a/exec/load/binkp.js +++ b/exec/load/binkp.js @@ -1165,6 +1165,10 @@ BinkP.prototype.recvFrame = function(timeout) tmp = ret.data.split(/ /); if (tmp.length >= 3) { if (tmp[1].substr(0, 7) === 'Mystic/') { + /* + * This allows work-arounds for Mystic binkp + * bugs. See binkit.js for details. + */ this.mystic_detected = true; } if (tmp[2].substr(0, 6) === 'binkp/') {