mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-31 13:50:48 +00:00
- made friendlyseeblocks writable.
There’s really no need for this to be read-only.
This commit is contained in:
parent
c83344f5c2
commit
c855ed90ea
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ class Actor : Thinker native
|
|||
native readonly int BloodTranslation;
|
||||
native int RenderHidden;
|
||||
native int RenderRequired;
|
||||
native readonly int FriendlySeeBlocks;
|
||||
native int FriendlySeeBlocks;
|
||||
native readonly int SpawnTime;
|
||||
private native int InventoryID; // internal counter.
|
||||
|
||||
|
|
Loading…
Reference in a new issue