ref: d1f6b7447d1cb7d30efe6c7ec79ebc629fe8c058
parent: a03d93810b22294c8c4f2e466bba8795f81b9193
author: Turo Lamminen <turotl@gmail.com>
date: Sat Jan 26 10:43:50 EST 2019
strife: Make D_DrawText string parameter const
--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -1145,7 +1145,7 @@
//
// D_DrawText
//
-static void D_DrawText(char *string, int bc, int fc)
+static void D_DrawText(const char *string, int bc, int fc)
{
int column;
int row;