commit 08f43ba7d914906d52be8d9695054b488cf868d4
Author: Turo Lamminen <turotl@gmail.com>
AuthorDate: Tue May 15 19:35:47 2018 +0300
Commit: Turo Lamminen <turotl@gmail.com>
CommitDate: Tue May 15 19:35:47 2018 +0300
strife: Make player_t message member const
---
src/strife/d_player.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/strife/d_player.h b/src/strife/d_player.h
index cc0a54a0..1f5b4ec0 100644
--- a/src/strife/d_player.h
+++ b/src/strife/d_player.h
@@ -166,7 +166,7 @@ typedef struct player_s
//int secretcount;
// Hint messages.
- char* message;
+ const char *message;
// For screen flashing (red or bright).
int damagecount;