Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ InitLightTable
Function
InitLightTable
Source/lighting.cpp:793–797 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
791
}
792
793
void InitLightTable()
794
{
795
/// ASSERT: assert(! pLightTbl);
796
pLightTbl = DiabloAllocPtr(LIGHTSIZE);
797
}
798
799
void MakeLightTable()
800
{
Callers
1
start_game
Function · 0.85
Calls
1
DiabloAllocPtr
Function · 0.85
Tested by
no test coverage detected