Missed a few lines in the prev commit

This commit is contained in:
Sally Coolatta 2021-04-20 22:19:56 -04:00
parent 8f01e85ade
commit ce3c5e081e

View file

@ -2850,6 +2850,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)