shithub: choc

Download patch

ref: 9fbd2eda3e78dd6e6189b188522ff56a6551ec67
parent: 25f8e6aae81e70d9c3f3babef97317b82131eadc
author: Simon Howard <[email protected]>
date: Mon May 29 07:19:53 EDT 2006

Fix E1-3 intermission screen animations.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 537

--- a/src/wi_stuff.c
+++ b/src/wi_stuff.c
@@ -1,7 +1,7 @@
 // Emacs style mode select   -*- C++ -*- 
 //-----------------------------------------------------------------------------
 //
-// $Id: wi_stuff.c 422 2006-03-16 22:17:45Z fraggle $
+// $Id: wi_stuff.c 537 2006-05-29 11:19:53Z fraggle $
 //
 // Copyright(C) 1993-1996 Id Software, Inc.
 // Copyright(C) 2005 Simon Howard
@@ -44,7 +44,7 @@
 //-----------------------------------------------------------------------------
 
 static const char
-rcsid[] = "$Id: wi_stuff.c 422 2006-03-16 22:17:45Z fraggle $";
+rcsid[] = "$Id: wi_stuff.c 537 2006-05-29 11:19:53Z fraggle $";
 
 #include <stdio.h>
 
@@ -608,7 +608,7 @@
     int			i;
     anim_t*		a;
 
-    if (commercial)
+    if (gamemode == commercial)
 	return;
 
     if (wbs->epsd > 2)