From 3c0dcba17deda28ea48a69acda942b292f74aeb1 Mon Sep 17 00:00:00 2001 From: havoc Date: Thu, 20 Apr 2006 09:17:21 +0000 Subject: [PATCH] allow changelevel to stop demos (necessary for nexuiz menu) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6318 d7cf8633-e32d-0410-b094-e92efae38249 --- host_cmd.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/host_cmd.c b/host_cmd.c index a1c427b7..8bbacead 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -319,11 +319,6 @@ void Host_Changelevel_f (void) Con_Print("changelevel : continue game on a new level\n"); return; } - if (cls.demoplayback) - { - Con_Print("Only the server may changelevel\n"); - return; - } // HACKHACKHACK if (!sv.active) { Host_Map_f(); -- 2.39.2