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:
helixhorned 2012-06-17 19:45:51 +00:00
parent d741df358d
commit 2875a45b68

View file

@ -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);