Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ AllocTR5Objects
Function
AllocTR5Objects
TombEngine/Objects/TR5/tr5_objects.cpp:1061–1066 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1059
}
1060
1061
void AllocTR5Objects()
1062
{
1063
ZeroMemory(Bats, NUM_BATS * sizeof(BatData));
1064
ZeroMemory(Spiders, NUM_SPIDERS * sizeof(SpiderData));
1065
ZeroMemory(Rats, NUM_RATS * sizeof(RatData));
1066
}
Callers
1
InitializeObjects
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected