- remove the 'F' prefix from the floating point access function to the sidedef texture info, now that the fixed point versions are gone.
This commit is contained in:
parent
be8d1b46a7
commit
35a6994d0a
8 changed files with 41 additions and 41 deletions
|
|
@ -8731,7 +8731,7 @@ scriptwait:
|
|||
case PCD_GETLINEROWOFFSET:
|
||||
if (activationline != NULL)
|
||||
{
|
||||
PushToStack (int(activationline->sidedef[0]->GetTextureYOffsetF(side_t::mid)));
|
||||
PushToStack (int(activationline->sidedef[0]->GetTextureYOffset(side_t::mid)));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue