diff --git a/src/deh_soc.c b/src/deh_soc.c index 43544ddf3..524857240 100644 --- a/src/deh_soc.c +++ b/src/deh_soc.c @@ -2661,6 +2661,9 @@ void readsound(MYFILE *f, INT32 num) if (s == tmp) continue; // Skip comment lines, but don't break. + // Set / reset word + word = s; + // Get the part before the " = " tmp = strchr(s, '='); if (tmp)