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

Function AddBookcase

Source/objects.cpp:1142–1146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1140}
1141
1142void AddBookcase(int i)
1143{
1144 object[i]._oRndSeed = GetRndSeed();
1145 object[i]._oPreFlag = TRUE;
1146}
1147
1148void AddBookstand(int i)
1149{

Callers 1

AddObjectFunction · 0.85

Calls 1

GetRndSeedFunction · 0.85

Tested by

no test coverage detected