Refuel - Fix warnings when building with latest pboProject (#9099)

* Fix inconsistent trailing semicolon for macro MACRO_NOZZLE_ACTIONS

* Remove usage of access from refuel hose class
This commit is contained in:
Björn Dahlgren 2022-12-02 23:25:09 +01:00 committed by GitHub
parent e202765f91
commit 553dabe60e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,13 +38,12 @@
icon = QPATHTOF(ui\icon_refuel_interact.paa); \
}; \
}; \
};
}
class CBA_Extended_EventHandlers;
class CfgNonAIVehicles {
class GVAR(fuelHoseSegment) {
access = 0;
scope = 2;
displayName = "Fuel Hose";
simulation = "ropesegment";
@ -92,7 +91,7 @@ class CfgVehicles {
class CBA_Extended_EventHandlers: CBA_Extended_EventHandlers {};
};
MACRO_NOZZLE_ACTIONS
MACRO_NOZZLE_ACTIONS;
displayName = QGVAR(fuelNozzle);
scope = 1;
scopeCurator = 1;