mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +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)
|
||||
{
|
||||
short p, target, hitobject, daang, osectnum, movestat;
|
||||
|
|
Loading…
Reference in a new issue