Merge pull request #3754 from acemod/removeLegacy

Removed old occurances of AGM and CSE
This commit is contained in:
Glowbal 2016-05-04 11:46:11 +02:00
commit 59d101ea75
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