mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
hearing: final fixes
This commit is contained in:
parent
e7c3b0db18
commit
b9c2af8dfe
@ -7,7 +7,7 @@ class Extended_PreInit_EventHandlers {
|
|||||||
|
|
||||||
class Extended_PostInit_EventHandlers {
|
class Extended_PostInit_EventHandlers {
|
||||||
class ADDON {
|
class ADDON {
|
||||||
clientInit = QUOTE( call COMPILE_FILE(XEH_postInit.sqf) );
|
clientInit = QUOTE( call COMPILE_FILE(XEH_postInit) );
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
// by commy2 and CAA-Picard
|
// by commy2 and CAA-Picard
|
||||||
|
#include "script_component.hpp"
|
||||||
|
|
||||||
#define STRENGHTODEAFNESS 3
|
#define STRENGHTODEAFNESS 3
|
||||||
#define MAXDEAFNESS 1.1
|
#define MAXDEAFNESS 1.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user