From ce3c5e081e26b601fc7486281df9bd58dc6c51eb Mon Sep 17 00:00:00 2001
From: Sally Coolatta <tehrealsalt@gmail.com>
Date: Tue, 20 Apr 2021 22:19:56 -0400
Subject: [PATCH] Missed a few lines in the prev commit

---
 src/deh_soc.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/deh_soc.c b/src/deh_soc.c
index eebaf1316..60aaf1287 100644
--- a/src/deh_soc.c
+++ b/src/deh_soc.c
@@ -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)
-- 
GitLab