From f25e52477e04a42edeaf677250543ab2e025a31a Mon Sep 17 00:00:00 2001 From: Chris Taylor Date: Sun, 26 Feb 2006 05:55:22 +0000 Subject: [PATCH] show the death sequence for d2x-gl (fix bug #2513) --- ChangeLog | 3 +++ main/gamerend.c | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f71e0448..c60b9a19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ move change_filename_ext to strutil.c, rename to (and remove old) change_filename_extension, add an assert and make it use strrchr + * main/gamerend.c: show the death sequence for d2x-gl + (fix bug #2513) + 2006-02-25 Chris Taylor * main/menu.c: complete removal of 7th option in Options menu, diff --git a/main/gamerend.c b/main/gamerend.c index 1d6cb5a1..40a5a32a 100644 --- a/main/gamerend.c +++ b/main/gamerend.c @@ -1,4 +1,4 @@ -/* $Id: gamerend.c,v 1.20 2005-08-07 09:58:12 chris Exp $ */ +/* $Id: gamerend.c,v 1.21 2006-02-26 05:55:22 chris Exp $ */ /* THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO @@ -23,7 +23,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #endif #ifdef RCS -static char rcsid[] = "$Id: gamerend.c,v 1.20 2005-08-07 09:58:12 chris Exp $"; +static char rcsid[] = "$Id: gamerend.c,v 1.21 2006-02-26 05:55:22 chris Exp $"; #endif #include @@ -1311,7 +1311,9 @@ void update_cockpits(int force_redraw) case CM_LETTERBOX: gr_set_current_canvas(&VR_screen_pages[VR_current_page]); +#ifndef OGL gr_clear_canvas( BM_XRGB(0,0,0) ); +#endif // In a modex mode, clear the other buffer. if (grd_curcanv->cv_bitmap.bm_type == BM_MODEX) { -- 2.39.2