Skip to content

Commit

Permalink
medical - re-enable movedToSQF for enableVehicleCrashes (#8391)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Aug 23, 2021
1 parent 01d6fdf commit 83cbec7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions addons/medical/ACE_Settings.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,9 @@ class ACE_Settings {
values[] = {"Players only", "Players and AI"};
};
*/
/* @todo
class GVAR(enableVehicleCrashes) {
category = CSTRING(Category_Medical);
displayName = CSTRING(MedicalSettings_enableVehicleCrashes_DisplayName);
description = CSTRING(MedicalSettings_enableVehicleCrashes_Description);
typeName = "BOOL";
value = 1;
movedToSQF = 1;
};
*/
class GVAR(spontaneousWakeUpChance) {
movedToSQF = 1;
};
Expand Down

0 comments on commit 83cbec7

Please sign in to comment.