doom: Make DemoVersionDescription return value const
This commit is contained in:
parent
c5dabb5b5b
commit
f3cf920e4a
1 changed files with 1 additions and 1 deletions
|
|
@ -2123,7 +2123,7 @@ void G_DeferedPlayDemo(const char *name)
|
|||
|
||||
// Generate a string describing a demo version
|
||||
|
||||
static char *DemoVersionDescription(int version)
|
||||
static const char *DemoVersionDescription(int version)
|
||||
{
|
||||
static char resultbuf[16];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue