MCPcopy 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
973void RemovePlrPortal(int pnum)
974{
975 memset(&sgJunk.portal[pnum], 0xFF, sizeof(sgJunk.portal[pnum]));
976 sgbDeltaChanged = TRUE;
977}
978
979DWORD ParseCmd(int pnum, TCmd *pCmd)
980{

Callers 2

On_DEACTIVATEPORTALFunction · 0.85
multi_player_left_msgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected