mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 09:21:36 +00:00
polymost.c: make polymost_checkcoordinates() static
git-svn-id: https://svn.eduke32.com/eduke32@2768 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
d741df358d
commit
2875a45b68
1 changed files with 1 additions and 1 deletions
|
@ -4847,7 +4847,7 @@ int32_t lastcullcheck = 0;
|
|||
char cullmodel[MAXSPRITES];
|
||||
int32_t cullcheckcnt = 0;
|
||||
|
||||
int32_t __fastcall polymost_checkcoordinates(int32_t x, int32_t y, spritetype *tspr)
|
||||
static int32_t __fastcall polymost_checkcoordinates(int32_t x, int32_t y, spritetype *tspr)
|
||||
{
|
||||
int16_t datempsectnum = tspr->sectnum;
|
||||
int32_t oldx = x, i, j = (tilesizy[tspr->picnum]*tspr->yrepeat);
|
||||
|
|
Loading…
Reference in a new issue