From d043e797c89375fac45db3e65b27dd4fc65c747b Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 11 Feb 2005 18:30:20 +0000 Subject: INTEGRATION: CWS pj17 (1.4.82); FILE MERGED 2005/02/07 17:05:49 gh 1.4.82.1: some fixes for 32 bit random numbers + enhanced invisible --- goodies/source/inv/invader.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'goodies') diff --git a/goodies/source/inv/invader.cxx b/goodies/source/inv/invader.cxx index 3d0fac03aad5..7e3aa8918ead 100644 --- a/goodies/source/inv/invader.cxx +++ b/goodies/source/inv/invader.cxx @@ -2,9 +2,9 @@ * * $RCSfile: invader.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2004-01-06 15:08:08 $ + * last change: $Author: hr $ $Date: 2005-02-11 19:30:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -255,7 +255,7 @@ void MyWindow::Paint(const Rectangle& rRect) pFighter->Paint(*pVirtualDevice); pMunition->Paint(*pVirtualDevice); pBombe->Paint(*pVirtualDevice); - pExplosion->Paint(*pVirtualDevice); + pExplosion->Paint(*pVirtualDevice); } else { -- cgit