foxygit / doom Log in
commit 504603b26e4bcede2bb9e392fe7b1e14e942b619
Author:     Turo Lamminen <turotl@gmail.com>
AuthorDate: Tue Jan 29 19:49:21 2019 +0200
Commit:     Turo Lamminen <turotl@gmail.com>
CommitDate: Tue Jan 29 19:49:21 2019 +0200

    strife: Make invammonames contents const
---
 src/strife/st_stuff.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/strife/st_stuff.c b/src/strife/st_stuff.c
index b2392fda..65ddc0ec 100644
--- a/src/strife/st_stuff.c
+++ b/src/strife/st_stuff.c
@@ -201,7 +201,7 @@ static patch_t*         invsigil[5];      // sigil pieces
 static patch_t*         invarmor[2];      // armor icons

 // names for ammo patches
-static char *invammonames[NUMAMMO] =
+static const char *invammonames[NUMAMMO] =
 {
     "I_BLIT",
     "I_XQRL",