MCPcopy 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
793void InitLightTable()
794{
795 /// ASSERT: assert(! pLightTbl);
796 pLightTbl = DiabloAllocPtr(LIGHTSIZE);
797}
798
799void MakeLightTable()
800{

Callers 1

start_gameFunction · 0.85

Calls 1

DiabloAllocPtrFunction · 0.85

Tested by

no test coverage detected