ref: 4925d7fa9ff26ee2b07878c0d3c7f5fee8f7152d
parent: fc27d74894fe46cc55302f284c1fae2089180526
author: Turo Lamminen <turotl@gmail.com>
date: Tue May 15 14:50:51 EDT 2018
heretic: Fix const correctness issue in DrawMainBar
--- a/src/heretic/sb_bar.c
+++ b/src/heretic/sb_bar.c
@@ -885,7 +885,7 @@
void DrawInventoryBar(void)
{
- char *patch;
+ const char *patch;
int i;
int x;