mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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:
parent
e202765f91
commit
553dabe60e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user