hexen: Make defdemoname variable const

This commit is contained in:
Turo Lamminen 2018-08-07 17:38:26 +03:00
parent cacc67fa1d
commit f6ec4e9288

View file

@ -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)
{