MCPcopy Create free account
hub / github.com/diasurgical/devilution / DrawInvMsg

Function DrawInvMsg

Source/inv.cpp:1735–1744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1733}
1734
1735void DrawInvMsg(char *msg)
1736{
1737 DWORD dwTicks;
1738
1739 dwTicks = SDL_GetTicks();
1740 if (dwTicks - sgdwLastTime >= 5000) {
1741 sgdwLastTime = dwTicks;
1742 ErrorPlrMsg(msg);
1743 }
1744}
1745
1746int InvPutItem(int pnum, int x, int y)
1747{

Callers 3

InvPutItemFunction · 0.85
SyncPutItemFunction · 0.85
RespawnDeadItemFunction · 0.85

Calls 1

ErrorPlrMsgFunction · 0.85

Tested by

no test coverage detected