commit 2d18a405936ec38b51c0c331881b5954a3d53627
Author: Turo Lamminen <turotl@gmail.com>
AuthorDate: Tue Jul 24 18:34:24 2018 +0300
Commit: Turo Lamminen <turotl@gmail.com>
CommitDate: Tue Jul 24 18:34:24 2018 +0300
d_iwad: Make iwad_t name member const
---
src/d_iwad.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/d_iwad.h b/src/d_iwad.h
index 49ff6748..3db7dda3 100644
--- a/src/d_iwad.h
+++ b/src/d_iwad.h
@@ -33,7 +33,7 @@
typedef struct
{
- char *name;
+ const char *name;
GameMission_t mission;
GameMode_t mode;
char *description;