summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Howard2007-05-19 22:48:39 +0000
committerSimon Howard2007-05-19 22:48:39 +0000
commit9299576c621d178e8d17a648a36df06e86bc7a97 (patch)
treed23bbe519d0430a1432f7fca11f6b6359ccd16ae /src
parent64c188aa8ea658f3ea623990a50f68af4e6e618d (diff)
downloadchocolate-doom-9299576c621d178e8d17a648a36df06e86bc7a97.tar.gz
chocolate-doom-9299576c621d178e8d17a648a36df06e86bc7a97.tar.bz2
chocolate-doom-9299576c621d178e8d17a648a36df06e86bc7a97.zip
Don't allow idclev in netgames.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 879
Diffstat (limited to 'src')
-rw-r--r--src/st_stuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/st_stuff.c b/src/st_stuff.c
index b82504af..6d502afd 100644
--- a/src/st_stuff.c
+++ b/src/st_stuff.c
@@ -605,7 +605,7 @@ ST_Responder (event_t* ev)
}
// 'clev' change-level cheat
- if (cht_CheckCheat(&cheat_clev, ev->data2))
+ if (!netgame && cht_CheckCheat(&cheat_clev, ev->data2))
{
char buf[3];
int epsd;