add function to retrieve the control of the stamina bar

This commit is contained in:
commy2
2015-12-12 20:25:42 +01:00
parent e9a669b03b
commit bd3c79f739
4 changed files with 22 additions and 0 deletions

View File

@ -83,6 +83,8 @@
#define ACE_isHC (!hasInterface && !isDedicated)
#define IDC_STAMINA_BAR 193
//By default CBA's TRACE/LOG/WARNING spawn a buffer, which can cause messages to be logged out of order:
#ifdef CBA_DEBUG_SYNCHRONOUS
#define CBA_fnc_log { params ["_file","_lineNum","_message"]; diag_log [diag_frameNo, diag_tickTime, time, _file + ":"+str(_lineNum + 1), _message]; }