mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 02:01:31 +00:00
- handle the last remaining uses of __int_pos that can be done with the function interface.
This commit is contained in:
parent
8ccaa0ab8c
commit
1231f6025d
8 changed files with 19 additions and 19 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue