From 57e0c978679f5f6fac43922a5e1b3f3dce0b16ab Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Mon, 4 Apr 2016 15:13:36 -0500 Subject: [PATCH] Fixed: DECORATE property error messages fail to show the file information --- src/thingdef/thingdef_parse.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/thingdef/thingdef_parse.cpp b/src/thingdef/thingdef_parse.cpp index 70f2c050d..0eeddd85c 100644 --- a/src/thingdef/thingdef_parse.cpp +++ b/src/thingdef/thingdef_parse.cpp @@ -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.