Merge pull request #3516 from acemod/cbamissiontime

replace timePFH with CBA_missionTime
This commit is contained in:
commy2
2016-05-30 21:23:57 +02:00
111 changed files with 291 additions and 349 deletions

View File

@ -99,9 +99,6 @@
#define HASHLIST_SET(hashList, index, value) ([hashList, index, value, __FILE__, __LINE__] call EFUNC(common,hashListSet))
#define HASHLIST_PUSH(hashList, value) ([hashList, value, __FILE__, __LINE__] call EFUNC(common,hashListPush))
// Time functions for accuracy per frame
#define ACE_tickTime (ACE_time + (diag_tickTime - ACE_diagTime))
#define ACE_isHC (!hasInterface && !isDedicated)
#define IDC_STAMINA_BAR 193