access is useless, update CFG Worlds

This commit is contained in:
icomrade
2017-06-16 13:35:32 -04:00
parent 78c980f14a
commit 67bc61ff94
11 changed files with 48 additions and 171 deletions

View File

@@ -36,7 +36,7 @@ class RscDisplayEmpty;
class RscDisplayMission: RscDisplayEmpty
{
access = 0;
//access = 0;
idd = 46;
onKeyDown = "_handled = if (isNil 'DZ_KeyDown_EH') then {false} else {_this call DZ_KeyDown_EH}; _handled"; //assigned much quicker than spawning init_keyboard
};
@@ -108,7 +108,7 @@ class RscDisplayChannel
class RscPictureGUI
{
access = 0;
//access = 0;
type = 0;
idc = -1;
colorBackground[] = {0,0,0,0};