MCPcopy 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
188void DRLG_CopyTrans(int sx, int sy, int dx, int dy)
189{
190 dTransVal[dx][dy] = dTransVal[sx][sy];
191}
192
193#ifndef SPAWN
194void DRLG_ListTrans(int num, BYTE *List)

Callers 1

DRLG_L5Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected