doom: Make player_t message member const
This commit is contained in:
parent
8ea97f6bd6
commit
1e690ae521
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ typedef struct player_s
|
|||
int secretcount;
|
||||
|
||||
// Hint messages.
|
||||
char* message;
|
||||
const char *message;
|
||||
|
||||
// For screen flashing (red or bright).
|
||||
int damagecount;
|
||||
|
|
|
|||
Loading…
Reference in a new issue