mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-12 23:54:35 +00:00
- removed clearscope from DSectorEffect.GetSector.
Just because this is a getter does not mean that the data may even exist on the client side!
This commit is contained in:
parent
4cc8ba3399
commit
5d223bb8c3
1 changed files with 1 additions and 1 deletions
|
@ -796,7 +796,7 @@ class SectorEffect : Thinker native
|
||||||
{
|
{
|
||||||
native protected Sector m_Sector;
|
native protected Sector m_Sector;
|
||||||
|
|
||||||
native clearscope Sector GetSector();
|
native Sector GetSector();
|
||||||
}
|
}
|
||||||
|
|
||||||
class Mover : SectorEffect native
|
class Mover : SectorEffect native
|
||||||
|
|
Loading…
Reference in a new issue