Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ DRLG_CopyTrans
Function
DRLG_CopyTrans
Source/gendung.cpp:188–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
}
187
188
void DRLG_CopyTrans(int sx, int sy, int dx, int dy)
189
{
190
dTransVal[dx][dy] = dTransVal[sx][sy];
191
}
192
193
#ifndef SPAWN
194
void DRLG_ListTrans(int num, BYTE *List)
Callers
1
DRLG_L5
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected