- Fix c++11 literal suffix warnings / patch by Edward-san.
This commit is contained in:
parent
8afece1b8a
commit
db562142f0
9 changed files with 35 additions and 35 deletions
|
|
@ -164,8 +164,8 @@ CCMD (map)
|
|||
{
|
||||
if (netgame)
|
||||
{
|
||||
Printf ("Use "TEXTCOLOR_BOLD"changemap"TEXTCOLOR_NORMAL" instead. "TEXTCOLOR_BOLD"Map"
|
||||
TEXTCOLOR_NORMAL" is for single-player only.\n");
|
||||
Printf ("Use " TEXTCOLOR_BOLD "changemap" TEXTCOLOR_NORMAL " instead. " TEXTCOLOR_BOLD "Map"
|
||||
TEXTCOLOR_NORMAL " is for single-player only.\n");
|
||||
return;
|
||||
}
|
||||
if (argv.argc() > 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue