mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-20 00:11:32 +00:00
Fly hinzugefügt
This commit is contained in:
parent
bff20f6b7c
commit
c7dc7eb62f
1 changed files with 0 additions and 6 deletions
|
@ -259,12 +259,6 @@ SV_Map_f ( void )
|
|||
return;
|
||||
}
|
||||
|
||||
if ( sv.state == ss_game )
|
||||
{
|
||||
Com_Printf( "Warning, using 'map' will reset the game. Perhaps you should use 'gamemap'.\n" );
|
||||
return;
|
||||
}
|
||||
|
||||
/* if not a pcx, demo, or cinematic, check to make sure the level exists */
|
||||
map = Cmd_Argv( 1 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue