MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / ConvertMapLight

Function ConvertMapLight

PanzerChasm/map_loader.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160static unsigned char ConvertMapLight( const unsigned char map_light )
161{
162 return 255u - map_light * 6u;
163}
164
165} // namespace
166

Callers 2

LoadLightmapMethod · 0.85
LoadWallsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected