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

Function DRLG_ListTrans

Source/gendung.cpp:194–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192
193#ifndef SPAWN
194void DRLG_ListTrans(int num, BYTE *List)
195{
196 int i;
197 BYTE x1, x2, y1, y2;
198
199 for (i = 0; i < num; i++) {
200 x1 = *List++;
201 y1 = *List++;
202 x2 = *List++;
203 y2 = *List++;
204 DRLG_RectTrans(x1, y1, x2, y2);
205 }
206}
207
208void DRLG_AreaTrans(int num, BYTE *List)
209{

Callers 1

LoadSetMapFunction · 0.85

Calls 1

DRLG_RectTransFunction · 0.85

Tested by

no test coverage detected