mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 03:39:02 +00:00
sand fix
This commit is contained in:
parent
f639aae2ae
commit
bafaa6acc6
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ CSurfaceTable::GetWetMultiplier(uint8 surfaceType)
|
||||||
|
|
||||||
case SURFACE_SAND:
|
case SURFACE_SAND:
|
||||||
case SURFACE_SAND_BEACH:
|
case SURFACE_SAND_BEACH:
|
||||||
return 1.0f - CWeather::WetRoads*0.5f;
|
return 1.0f + CWeather::WetRoads*0.5f;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return 1.0f;
|
return 1.0f;
|
||||||
|
|
Loading…
Reference in a new issue