shithub: choc

Download patch

ref: 3413c2cd37dc52e2f1e1caabdf380c4dc8752180
parent: 9289c1b9f1b30b32e48e4956730b5a726b437661
author: Turo Lamminen <turotl@gmail.com>
date: Sat May 26 12:25:44 EDT 2018

sound: Make musicinfo_t name member const

--- a/src/i_sound.h
+++ b/src/i_sound.h
@@ -74,7 +74,7 @@
 typedef struct
 {
     // up to 6-character name
-    char *name;
+    const char *name;
 
     // lump number of music
     int lumpnum;