Remove some old todos

This commit is contained in:
KoffeinFlummi 2015-04-14 22:57:18 +02:00
parent 676f7c8732
commit f07949cf19
2 changed files with 0 additions and 6 deletions

View File

@ -19,7 +19,6 @@ class CfgWeapons {
};
};
// @todo localize
class ACE_ItemCore;
class ACE_fieldDressing: ACE_ItemCore {
scope = 2;

View File

@ -153,11 +153,6 @@ GVAR(effectTimeBlood) = time;
GVAR(lastHeartBeat) = time;
GVAR(lastHeartBeatSound) = time;
// @todo, remove once parameters are set up
if (isNil QGVAR(level)) then {
GVAR(level) = 0;
};
// HEARTRATE BASED EFFECTS
[{
_heartRate = ACE_player getVariable [QGVAR(heartRate), 70];