shithub: choc

Download patch

ref: 504603b26e4bcede2bb9e392fe7b1e14e942b619
parent: 26eb6f22b8d983448c193d8771efb58e64e3625f
author: Turo Lamminen <turotl@gmail.com>
date: Tue Jan 29 14:49:21 EST 2019

strife: Make invammonames contents const

--- a/src/strife/st_stuff.c
+++ b/src/strife/st_stuff.c
@@ -201,7 +201,7 @@
 static patch_t*         invarmor[2];      // armor icons
 
 // names for ammo patches
-static char *invammonames[NUMAMMO] =
+static const char *invammonames[NUMAMMO] =
 {
     "I_BLIT",
     "I_XQRL",