mirror of
https://github.com/DrBeef/Raze.git
synced 2025-03-01 06:51:36 +00:00
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:
parent
222e593437
commit
34700516c9
1 changed files with 2 additions and 0 deletions
|
@ -2352,6 +2352,8 @@ void tagcode(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static FORCE_INLINE int32_t sqr(int32_t a) { return a * a; }
|
||||||
|
|
||||||
void statuslistcode(void)
|
void statuslistcode(void)
|
||||||
{
|
{
|
||||||
short p, target, hitobject, daang, osectnum, movestat;
|
short p, target, hitobject, daang, osectnum, movestat;
|
||||||
|
|
Loading…
Reference in a new issue