kenbuild/src/game.cpp: Fix compilation issue due to removal of sqr() from pragmas.h in r7597

git-svn-id: https://svn.eduke32.com/eduke32@8051 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
pogokeen 2019-08-27 13:40:00 +00:00 committed by Christoph Oelckers
parent 222e593437
commit 34700516c9
1 changed files with 2 additions and 0 deletions

View File

@ -2352,6 +2352,8 @@ void tagcode(void)
}
}
static FORCE_INLINE int32_t sqr(int32_t a) { return a * a; }
void statuslistcode(void)
{
short p, target, hitobject, daang, osectnum, movestat;