foxygit / doom Log in
commit fc27d74894fe46cc55302f284c1fae2089180526
Author:     Turo Lamminen <turotl@gmail.com>
AuthorDate: Tue May 15 18:48:32 2018 +0300
Commit:     Turo Lamminen <turotl@gmail.com>
CommitDate: Tue May 15 18:48:32 2018 +0300

    heretic: Make spritename variable const
---
 src/heretic/r_things.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/heretic/r_things.c b/src/heretic/r_things.c
index 0e759e5d..fa1b982c 100644
--- a/src/heretic/r_things.c
+++ b/src/heretic/r_things.c
@@ -62,7 +62,7 @@ int numsprites;

 spriteframe_t sprtemp[26];
 int maxframe;
-char *spritename;
+const char *spritename;