Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ AddFlameTrap
Function
AddFlameTrap
Source/objects.cpp:1057–1063 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1055
}
1056
1057
void AddFlameTrap(int i)
1058
{
1059
object[i]._oVar1 = trapid;
1060
object[i]._oVar2 = 0;
1061
object[i]._oVar3 = trapdir;
1062
object[i]._oVar4 = 0;
1063
}
1064
1065
void AddFlameLvr(int i)
1066
{
Callers
1
AddObject
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected