mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 01:11:15 +00:00
- cleanup of gloadtile_art.
This commit is contained in:
parent
34b7759b7e
commit
46ffea94a4
3 changed files with 12 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue