1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Add compass control to spectator ()

This commit is contained in:
commy2 2017-12-07 23:09:19 +01:00 committed by SilentSpike
parent 44912253af
commit d1cc7cc12b

@ -10,6 +10,7 @@ class RscPictureKeepAspect;
class RscText;
class RscToolbox;
class RscTree;
class EGVAR(common,CompassControl);
// Based on RscDisplayEGSpectator (sadly Arma doesn't like display inheritance)
class GVAR(display) {
@ -454,6 +455,6 @@ class GVAR(display) {
};
};
};
class compass: EGVAR(common,CompassControl) {};
};
};