summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 18:30:20 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-02-11 18:30:20 +0000
commitd043e797c89375fac45db3e65b27dd4fc65c747b (patch)
tree4931702c2f2d4c6bcfc32f0bd5bf1cb8ecfe4da8 /goodies
parente432661760a69048012ce36fdb8713fa3b46e392 (diff)
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
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/inv/invader.cxx6
1 files changed, 3 insertions, 3 deletions
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
{