doom: Make pagename global variable const
This commit is contained in:
parent
ea98dd6d82
commit
265bd29b9a
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ void D_DoomLoop (void)
|
|||
//
|
||||
int demosequence;
|
||||
int pagetic;
|
||||
char *pagename;
|
||||
const char *pagename;
|
||||
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue