From 57246c69a92809d1ec3531bd99b1237ef31ab1b9 Mon Sep 17 00:00:00 2001 From: stephena Date: Tue, 31 May 2005 17:57:50 +0000 Subject: [PATCH] Fixed regression whereby the overlay images were appearing when a snapshot was taken. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@457 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/emucore/FrameBuffer.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stella/src/emucore/FrameBuffer.hxx b/stella/src/emucore/FrameBuffer.hxx index c1f438a85..4857bd122 100644 --- a/stella/src/emucore/FrameBuffer.hxx +++ b/stella/src/emucore/FrameBuffer.hxx @@ -13,7 +13,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: FrameBuffer.hxx,v 1.36 2005-05-30 16:25:47 stephena Exp $ +// $Id: FrameBuffer.hxx,v 1.37 2005-05-31 17:57:50 stephena Exp $ //============================================================================ #ifndef FRAMEBUFFER_HXX @@ -40,7 +40,7 @@ class OSystem; All GUI elements (ala ScummVM) are drawn here as well. @author Stephen Anthony - @version $Id: FrameBuffer.hxx,v 1.36 2005-05-30 16:25:47 stephena Exp $ + @version $Id: FrameBuffer.hxx,v 1.37 2005-05-31 17:57:50 stephena Exp $ */ class FrameBuffer { @@ -138,7 +138,7 @@ class FrameBuffer theRedrawEntireFrameIndicator = true; theOverlayChangedIndicator = true; myOverlayRedraws = 2; - if(now) update(); + if(now) { myMessageTime = 0; update(); } } /**