Removed debug

This commit is contained in:
jonpas 2015-08-24 01:14:59 +02:00
parent e368ae28f5
commit d33834261f

View File

@ -13,15 +13,12 @@
*
* Public: No
*/
#define DEBUG_MODE_FULL
#include "script_component.hpp"
#define TRACK_HITPOINTS ["HitLTrack", "HitRTrack"]
params ["_vehicle"];
TRACE_1("params", _vehicle);
if (typeOf _vehicle != "O_Heli_Transport_04_F") exitWith {}; // test
private ["_type", "_initializedClasses"];
_type = typeOf _vehicle;