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.