Fix clev cheat
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 35
This commit is contained in:
parent
80ee1ed1ba
commit
dc538ad61c
1 changed files with 6 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// Emacs style mode select -*- C++ -*-
|
||||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Id: st_stuff.c 8 2005-07-23 16:44:57Z fraggle $
|
||||
// $Id: st_stuff.c 35 2005-08-04 01:15:10Z fraggle $
|
||||
//
|
||||
// Copyright(C) 1993-1996 Id Software, Inc.
|
||||
// Copyright(C) 2005 Simon Howard
|
||||
|
|
@ -22,6 +22,9 @@
|
|||
// 02111-1307, USA.
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.3 2005/08/04 01:15:10 fraggle
|
||||
// Fix clev cheat
|
||||
//
|
||||
// Revision 1.2 2005/07/23 16:44:57 fraggle
|
||||
// Update copyright to GNU GPL
|
||||
//
|
||||
|
|
@ -37,7 +40,7 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
|
||||
static const char
|
||||
rcsid[] = "$Id: st_stuff.c 8 2005-07-23 16:44:57Z fraggle $";
|
||||
rcsid[] = "$Id: st_stuff.c 35 2005-08-04 01:15:10Z fraggle $";
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
@ -696,7 +699,7 @@ ST_Responder (event_t* ev)
|
|||
|
||||
if (gamemode == commercial)
|
||||
{
|
||||
epsd = 0;
|
||||
epsd = 1;
|
||||
map = (buf[0] - '0')*10 + buf[1] - '0';
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue