Remove redundant readonly qualifier
This commit is contained in:
parent
a39c84a77a
commit
beb6842e94
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ class Actor : Thinker native
|
|||
meta Sound PushSound; // Sound being played when pushed by something
|
||||
|
||||
// VKDoom
|
||||
meta readonly int ShadowCastingType;
|
||||
meta int ShadowCastingType;
|
||||
|
||||
// todo: implement access to native meta properties.
|
||||
// native meta int infighting_group;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue