- handle the last remaining uses of __int_pos that can be done with the function interface.

This commit is contained in:
Christoph Oelckers 2022-02-03 00:01:57 +01:00
parent 8ccaa0ab8c
commit 1231f6025d
8 changed files with 19 additions and 19 deletions

View file

@ -259,7 +259,7 @@ static void SetWallPalV5()
void validateSprite(spritetype& spri, int sectnum, int index)
{
auto pos = spri.__int_pos;
auto pos = spri.int_pos();
bool bugged = false;
if ((unsigned)spri.statnum >= MAXSTATUS)
{