doom: Make castinfo_t name member const
This commit is contained in:
parent
714d40f3bf
commit
c5dabb5b5b
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ void F_TextWrite (void)
|
|||
//
|
||||
typedef struct
|
||||
{
|
||||
char *name;
|
||||
const char *name;
|
||||
mobjtype_t type;
|
||||
} castinfo_t;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue