- cleanup of gloadtile_art.

This commit is contained in:
Christoph Oelckers 2019-10-10 19:30:05 +02:00
parent 34b7759b7e
commit 46ffea94a4
3 changed files with 12 additions and 20 deletions

View file

@ -187,7 +187,7 @@ typedef struct pthtyp_t
char skyface;
} pthtyp;
extern void gloadtile_art(int32_t,int32_t,int32_t,int32_t,int32_t,pthtyp *,int32_t);
void gloadtile_art(int32_t dapic, int32_t dameth, pthtyp* pth, int32_t doalloc);
extern int32_t gloadtile_hi(int32_t,int32_t,int32_t,hicreplctyp *,int32_t,pthtyp *,int32_t, polytintflags_t);
extern int32_t globalnoeffect;