[chocolate-doom] 29/83: Fix clev cheat

Jonathan Dowland jmtd at moszumanska.debian.org
Mon Jan 30 15:06:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

jmtd pushed a commit to annotated tag chocolate-doom-0.0.1
in repository chocolate-doom.

commit dc538ad61c6ac372f5ceee8676be0f1a8097f7c3
Author: Simon Howard <fraggle at gmail.com>
Date:   Thu Aug 4 01:15:10 2005 +0000

    Fix clev cheat
    
    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 35
---
 src/st_stuff.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/st_stuff.c b/src/st_stuff.c
index b612c8b..649f8ea 100644
--- a/src/st_stuff.c
+++ b/src/st_stuff.c
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git



More information about the Pkg-games-commits mailing list