Missed a few lines in the prev commit

This commit is contained in:
Sally Coolatta 2021-04-20 22:19:56 -04:00 committed by toaster
parent 46e31e45d9
commit e5453f97b7

View file

@ -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)