fix error when loading save game, fix #3391

This commit is contained in:
commy2 2016-02-22 17:43:34 +01:00
parent dc16136aef
commit a09cb1612b

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)}];
};