summaryrefslogtreecommitdiff
path: root/src/g_game.c
diff options
context:
space:
mode:
authorSimon Howard2010-12-06 23:37:27 +0000
committerSimon Howard2010-12-06 23:37:27 +0000
commite4025e0a6a5e648ff59dd23973c5e7076a07eaa6 (patch)
treef7cd9d9c6d4fde51dc3a42c393050ace1ac34a0b /src/g_game.c
parent35104488f0c896dbb43d6841a89a629b2ed248a4 (diff)
downloadchocolate-doom-e4025e0a6a5e648ff59dd23973c5e7076a07eaa6.tar.gz
chocolate-doom-e4025e0a6a5e648ff59dd23973c5e7076a07eaa6.tar.bz2
chocolate-doom-e4025e0a6a5e648ff59dd23973c5e7076a07eaa6.zip
Fix -solo-net to actually behave the same as other ports.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2198
Diffstat (limited to 'src/g_game.c')
-rw-r--r--src/g_game.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/g_game.c b/src/g_game.c
index d2694250..59550513 100644
--- a/src/g_game.c
+++ b/src/g_game.c
@@ -2217,12 +2217,6 @@ void G_DoPlayDemo (void)
for (i=0 ; i<MAXPLAYERS ; i++)
playeringame[i] = *demo_p++;
- //!
- // @category demo
- //
- // Play back a demo recorded in a netgame with a single player.
- //
-
if (playeringame[1] || M_CheckParm("-solo-net") > 0
|| M_CheckParm("-netdemo") > 0)
{