mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- this was supposed to be named 'sector'.
This commit is contained in:
parent
9d1ddb72d4
commit
b06382a565
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ enum EClipMask
|
||||||
|
|
||||||
class CoreActor native
|
class CoreActor native
|
||||||
{
|
{
|
||||||
//native readonly sectortype sectp;
|
native readonly sectortype sector;
|
||||||
|
|
||||||
native int16 cstat;
|
native int16 cstat;
|
||||||
//native int16 picnum; // access is disabled to allow later refactoring.
|
//native int16 picnum; // access is disabled to allow later refactoring.
|
||||||
|
|
Loading…
Reference in a new issue