mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-19 14:32:34 +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)
|
if (s == tmp)
|
||||||
continue; // Skip comment lines, but don't break.
|
continue; // Skip comment lines, but don't break.
|
||||||
|
|
||||||
|
// Set / reset word
|
||||||
|
word = s;
|
||||||
|
|
||||||
// Get the part before the " = "
|
// Get the part before the " = "
|
||||||
tmp = strchr(s, '=');
|
tmp = strchr(s, '=');
|
||||||
if (tmp)
|
if (tmp)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue