Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ RemovePlrPortal
Function
RemovePlrPortal
Source/msg.cpp:973–977 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
971
}
972
973
void RemovePlrPortal(int pnum)
974
{
975
memset(&sgJunk.portal[pnum], 0xFF, sizeof(sgJunk.portal[pnum]));
976
sgbDeltaChanged = TRUE;
977
}
978
979
DWORD ParseCmd(int pnum, TCmd *pCmd)
980
{
Callers
2
On_DEACTIVATEPORTAL
Function · 0.85
multi_player_left_msg
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected