Merge pull request #3392 from acemod/fix3391

fix error when loading save game, fix #3391
This commit is contained in:
commy2 2016-02-22 17:55:34 +01:00
commit c721cbf865

View File

@ -5,5 +5,5 @@ disableSerialization;
params ["_display"];
if (ctrlIDD _display == 12) then { // RscDisplayMainMap
(_display displayCtrl 51) ctrlAddEventHandler ["Draw", DFUNC(render)];
(_display displayCtrl 51) ctrlAddEventHandler ["Draw", {_this call FUNC(render)}];
};