mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-04-07 18:42:36 +00:00
Made GetMidTexturePosition() const.
This commit is contained in:
parent
19e1d400e4
commit
23d131f6c2
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ struct Line native play
|
|||
native clearscope int Index() const;
|
||||
native bool Activate(Actor activator, int side, int type);
|
||||
native bool RemoteActivate(Actor activator, int side, int type, Vector3 pos);
|
||||
native bool, double, double GetMidTexturePosition (int side);
|
||||
native bool, double, double GetMidTexturePosition (int side) const;
|
||||
|
||||
clearscope int GetUDMFInt(Name nm) const
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue