ref: db6477778487de22eb61152ef677847002b698f3
parent: 30ac3a4c59f09118d88afc1e2a17f46007b89602
author: Turo Lamminen <turotl@gmail.com>
date: Sat Dec 8 11:34:15 EST 2018
heretic: Make KillersText contents const
--- a/src/heretic/in_lude.c
+++ b/src/heretic/in_lude.c
@@ -95,7 +95,7 @@
static fixed_t dSlideX[MAXPLAYERS];
static fixed_t dSlideY[MAXPLAYERS];
-static char *KillersText[] = { "K", "I", "L", "L", "E", "R", "S" };
+static const char *KillersText[] = { "K", "I", "L", "L", "E", "R", "S" };
extern const char *LevelNames[];