MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xClimateSetRain

Function xClimateSetRain

src/SB/Core/x/xClimate.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void xClimateSetRain(F32 stre)
75{
76 sClimate->rain.rain = 1;
77 sClimate->rain.strength = stre;
78}
79
80// Equivalent
81// Float literal is being loaded three separate times in the original code.

Callers 1

zEnvEventCBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected