MCPcopy Create free account
hub / github.com/diasurgical/devilution / InitLightMax

Function InitLightMax

Source/lighting.cpp:1000–1007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

998#endif
999
1000void InitLightMax()
1001{
1002 if (light4flag) {
1003 lightmax = 3;
1004 } else {
1005 lightmax = 15;
1006 }
1007}
1008
1009void InitLighting()
1010{

Callers 1

LoadGameLevelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected