- fixed code emission for constant ZScript function arguments
This commit is contained in:
parent
77cbd0c238
commit
83d464d1be
4 changed files with 6 additions and 5 deletions
|
|
@ -1768,7 +1768,7 @@ class DLightLevel : public DLighting
|
|||
unsigned char destlevel;
|
||||
unsigned char speed;
|
||||
|
||||
DLightLevel() {}
|
||||
DLightLevel() = default;
|
||||
|
||||
public:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue