mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 12:30:46 +00:00
- renamed startgame CCMD to levelstart.
This commit is contained in:
parent
32ec9ff369
commit
7a5dca7d5d
1 changed files with 2 additions and 2 deletions
|
@ -324,11 +324,11 @@ CCMD(levelwarp)
|
|||
//
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
CCMD(startgame)
|
||||
CCMD(levelstart)
|
||||
{
|
||||
if (netgame)
|
||||
{
|
||||
Printf("Use " TEXTCOLOR_BOLD "levelwarp" TEXTCOLOR_NORMAL " instead. " TEXTCOLOR_BOLD "startgame"
|
||||
Printf("Use " TEXTCOLOR_BOLD "levelwarp" TEXTCOLOR_NORMAL " instead. " TEXTCOLOR_BOLD "levelstart"
|
||||
TEXTCOLOR_NORMAL " is for single-player only.\n");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue