ref: 78b0a9cf90c8f0b1f4b27adba453a8c38bace5c1
parent: c7eeab6b897e21c8606461d238851891e3ef66af
author: Turo Lamminen <turotl@gmail.com>
date: Tue May 15 16:11:36 EDT 2018
strife: Make dialogname variable const
--- a/src/strife/p_dialog.c
+++ b/src/strife/p_dialog.c
@@ -375,7 +375,7 @@
static int dialogbgpiclumpnum;
// Name of current speaking character.
-static char *dialogname;
+static const char *dialogname;
// Current dialog text.
static const char *dialogtext;