mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed old occurances of AGM and CSE
This commit is contained in:
parent
55aa4d08f8
commit
012ce9fb16
@ -2,7 +2,7 @@
|
||||
|
||||
class CfgPatches {
|
||||
class ADDON {
|
||||
units[] = {"cse_moduleAmbianceSound"};
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_common"};
|
||||
|
@ -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.
|
||||
*
|
||||
|
@ -92,6 +92,5 @@ class RscText;
|
||||
// Listbox styles
|
||||
#define LB_TEXTURES 0x10
|
||||
#define LB_MULTI 0x20
|
||||
#define FontCSE "RobotoCondensed"
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user