ref: f2b49015d54806681e98eb7b7f19ae7001d58011
parent: 4925d7fa9ff26ee2b07878c0d3c7f5fee8f7152d
author: Turo Lamminen <[email protected]>
date: Tue May 15 14:51:33 EDT 2018
heretic: Fix const correctness issue in DrawFullScreenStuff
--- a/src/heretic/sb_bar.c
+++ b/src/heretic/sb_bar.c
@@ -919,7 +919,7 @@
void DrawFullScreenStuff(void)
{
- char *patch;
+ const char *patch;
int i;
int x;
int temp;