This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/vehicles/Vehicle.cpp
There are no files selected for viewing
|
|
@@ -2135,7 +2135,7 @@ CVehicle::HeliDustGenerate(CEntity *heli, float radius, float ground, int rnd) |
|
|
r = clamp(red, 0.0f, 255.0f); |
|
|
g = clamp(green, 0.0f, 255.0f); |
|
|
b = clamp(blue, 0.0f, 255.0f); |
|
|
RwRGBA col1 = { r, g, b, CGeneral::GetRandomNumberInRange(8, 32) }; |
|
|
RwRGBA col1 = { r, g, b, (RwUInt8)CGeneral::GetRandomNumberInRange(8, 32) }; |
|
|
RwRGBA col2 = { 255, 255, 255, 32 }; |
|
|
|
|
|
if(n&1) |
|
|
|
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.