mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 13:40:45 +00:00
Missed a few lines in the prev commit
This commit is contained in:
parent
8f01e85ade
commit
ce3c5e081e
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue