mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 13:01:47 +00:00
Fixed: DECORATE property error messages fail to show the file information
This commit is contained in:
parent
6f60253590
commit
57e0c97867
1 changed files with 1 additions and 0 deletions
|
@ -824,6 +824,7 @@ static bool ParsePropertyParams(FScanner &sc, FPropertyInfo *prop, AActor *defau
|
|||
conv.s = NULL;
|
||||
pref.s = NULL;
|
||||
pref.i = -1;
|
||||
bag.ScriptPosition = sc;
|
||||
switch ((*p) & 223)
|
||||
{
|
||||
case 'X': // Expression in parentheses or number.
|
||||
|
|
Loading…
Reference in a new issue