mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- globally replaced all occurences of '->s().' with '->spr.'
This commit is contained in:
parent
56e56e9d2f
commit
d9d05e90b5
83 changed files with 477 additions and 477 deletions
|
@ -281,7 +281,7 @@ void HWDrawInfo::DispatchSprites()
|
|||
if (actor == nullptr || tspr->xrepeat == 0 || tspr->yrepeat == 0 || tilenum >= MAXTILES)
|
||||
continue;
|
||||
|
||||
actor->s().cstat2 |= CSTAT2_SPRITE_MAPPED;
|
||||
actor->spr.cstat2 |= CSTAT2_SPRITE_MAPPED;
|
||||
|
||||
tileUpdatePicnum(&tilenum, (actor->GetIndex() & 16383) + 32768, 0);
|
||||
tspr->picnum = tilenum;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue