Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
160
static unsigned char ConvertMapLight( const unsigned char map_light )
161
{
162
return 255u - map_light * 6u;
163
}
164
165
} // namespace
166
Callers
2
LoadLightmap
Method · 0.85
LoadWalls
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected