mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-17 21:42:49 +00:00
Missed a few lines in the prev commit
This commit is contained in:
parent
46e31e45d9
commit
e5453f97b7
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue