Removed old occurances of AGM and CSE

This commit is contained in:
BaerMitUmlaut 2016-05-03 21:38:36 +02:00
parent 55aa4d08f8
commit 012ce9fb16
3 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
class CfgPatches {
class ADDON {
units[] = {"cse_moduleAmbianceSound"};
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_common"};

View File

@ -1,6 +1,6 @@
/*
* Author: aeroson
* Gathers and caches data needed by AGM_CrewInfo_fnc_doShow.
* Gathers and caches data needed by ace_nametags_fnc_doShow.
* What really does make difference for the engine is simulation of CfgAmmo.
* Priority of roles is: driver/pilot, gunner, copilot, commander, FFV, cargo.
*

View File

@ -92,6 +92,5 @@ class RscText;
// Listbox styles
#define LB_TEXTURES 0x10
#define LB_MULTI 0x20
#define FontCSE "RobotoCondensed"
#endif