mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add compass control to spectator (#5870)
This commit is contained in:
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) {};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user