Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1142
void AddBookcase(int i)
1143
{
1144
object[i]._oRndSeed = GetRndSeed();
1145
object[i]._oPreFlag = TRUE;
1146
}
1147
1148
void AddBookstand(int i)
1149
{
Callers
1
AddObject
Function · 0.85
Calls
1
GetRndSeed
Function · 0.85
Tested by
no test coverage detected