More changes for Linux / armake

This commit is contained in:
KoffeinFlummi 2016-05-02 21:18:44 +02:00
parent 86a94baa8f
commit 13691fb5fa
3 changed files with 3 additions and 8 deletions

View File

@ -144,8 +144,8 @@ class ace_huntir_cam_dialog {
idc = -1;
type = 0;
style = 48;
colorText[ ]={ 1,1,1,1 };
colorBackground[ ]={ 0.4,0.4,0.4,1 };
colorText[]={ 1,1,1,1 };
colorBackground[]={ 0.4,0.4,0.4,1 };
font = "RobotoCondensed";
sizeEx = 0.021;
lineSpacing = 1;

View File

@ -1,8 +1,3 @@
enum {
ACE_LOBL = 1,
ACE_LOAL = 2
};
class CfgAmmo {
class MissileBase;

View File

@ -15,7 +15,7 @@ class CfgPatches {
#include "ACE_Settings.hpp"
#include "CfgEventHandlers.hpp"
#include "CfgVehicles.hpp"
#include "ui\interface.hpp"
#include "UI\interface.hpp"
class CfgRespawnTemplates {
class ADDON {