Skip to content
Snippets Groups Projects
Commit ce3c5e08 authored by Sal's avatar Sal
Browse files

Missed a few lines in the prev commit

parent 8f01e85a
Branches
Tags
1 merge request!1469[SUGOI] Allow setting sound captions in SOC
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment