- fixed: The message for trying to quickload in netgames used the wrong display mode for the message menu.

SVN r2977 (trunk)
This commit is contained in:
Christoph Oelckers 2010-11-03 23:33:57 +00:00
parent 2f61653cae
commit c02339501c
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ CCMD (quickload)
if (netgame) if (netgame)
{ {
M_StartMessage (GStrings("QLOADNET"), NULL); M_StartMessage (GStrings("QLOADNET"), 1);
return; return;
} }