Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge branch 'dev_v2'
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
source/scripting/Vehicle.cpp
|
|
@@ -216,7 +216,7 @@ namespace GTA |
|
|
case 5: |
|
|
return VehicleLandingGear::Broken; |
|
|
default: |
|
|
return static_cast<VehicleLandingGear>(retrurnValue); |
|
|
return static_cast<VehicleLandingGear>(returnValue); |
|
|
} |
|
|
} |
|
|
void Vehicle::LandingGear::set(VehicleLandingGear value) |
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.