Fix stringop
This commit is contained in:
parent
0ab259a529
commit
97ca2d8d6e
1 changed files with 1 additions and 1 deletions
|
|
@ -3574,7 +3574,7 @@ void G_DoPlayDemo(char *defdemoname)
|
|||
|
||||
// demo title
|
||||
memcpy(demo.titlename, header.demotitle, 64);
|
||||
memcpy(serverdescription, header.serverdescription, MAXSERVERDESCRIPTION);
|
||||
strncpy(serverdescription, header.serverdescription, MAXSERVERDESCRIPTION);
|
||||
|
||||
if (demo.title) // Titledemos should always play and ought to always be compatible with whatever wadlist is running.
|
||||
;//G_SkipDemoExtraFiles(&demobuf.p);
|
||||
|
|
|
|||
Loading…
Reference in a new issue