hexen: Make defdemoname variable const
This commit is contained in:
parent
cacc67fa1d
commit
f6ec4e9288
1 changed files with 1 additions and 1 deletions
|
|
@ -2042,7 +2042,7 @@ void G_RecordDemo(skill_t skill, int numplayers, int episode, int map,
|
|||
===================
|
||||
*/
|
||||
|
||||
char *defdemoname;
|
||||
const char *defdemoname;
|
||||
|
||||
void G_DeferedPlayDemo(char *name)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue