shithub: choc

Download patch

ref: dc8ed14ef68935fcee4c397714402b013cdc9295
parent: 34edaa72f785425c0ca44eb430dd75c3ddc654b3
author: Turo Lamminen <turotl@gmail.com>
date: Sat Mar 31 13:06:17 EDT 2018

sound: Make sfxinfo_struct tagname member const

--- a/src/i_sound.h
+++ b/src/i_sound.h
@@ -33,7 +33,7 @@
 struct sfxinfo_struct
 {
     // tag name, used for hexen.
-    char *tagname;
+    const char *tagname;
 
     // lump name.  If we are running with use_sfx_prefix=true, a
     // 'DS' (or 'DP' for PC speaker sounds) is prepended to this.