1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 03:27:36 +00:00
This commit is contained in:
erorcun 2021-01-05 18:53:00 +03:00
parent f639aae2ae
commit bafaa6acc6

View file

@ -138,7 +138,7 @@ CSurfaceTable::GetWetMultiplier(uint8 surfaceType)
case SURFACE_SAND:
case SURFACE_SAND_BEACH:
return 1.0f - CWeather::WetRoads*0.5f;
return 1.0f + CWeather::WetRoads*0.5f;
default:
return 1.0f;