summaryrefslogtreecommitdiff
path: root/noncore/games/parashoot/base.h
authorzecke <zecke>2004-02-06 14:32:10 (UTC)
committer zecke <zecke>2004-02-06 14:32:10 (UTC)
commitb033733924e5d3454bb0a810c6a70d4ff0531d2b (patch) (unidiff)
treecafe130296468840db062af4a3335572804ee1f3 /noncore/games/parashoot/base.h
parentf60cbb888e72b3eaf49af6f72fa183e6d44ae389 (diff)
downloadopie-b033733924e5d3454bb0a810c6a70d4ff0531d2b.zip
opie-b033733924e5d3454bb0a810c6a70d4ff0531d2b.tar.gz
opie-b033733924e5d3454bb0a810c6a70d4ff0531d2b.tar.bz2
Funny how much bugs one can introduce when importing Qtopia stuff.
Fixed a couple of possible sigsegv, uninitialized variables
Diffstat (limited to 'noncore/games/parashoot/base.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/parashoot/base.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/noncore/games/parashoot/base.h b/noncore/games/parashoot/base.h
index ee7f166..a4c69cc 100644
--- a/noncore/games/parashoot/base.h
+++ b/noncore/games/parashoot/base.h
@@ -1,7 +1,7 @@
1/********************************************************************** 1/**********************************************************************
2** Copyright (C) 2000 Trolltech AS. All rights reserved. 2** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
3** 3**
4** This file is part of Qtopia Environment. 4** This file is part of the Qtopia Environment.
5** 5**
6** This file may be distributed and/or modified under the terms of the 6** This file may be distributed and/or modified under the terms of the
7** GNU General Public License version 2 as published by the Free Software 7** GNU General Public License version 2 as published by the Free Software
@@ -18,7 +18,7 @@
18** 18**
19**********************************************************************/ 19**********************************************************************/
20 20
21#include <qpe/sound.h> 21#include <qtopia/sound.h>
22 22
23#include <qcanvas.h> 23#include <qcanvas.h>
24 24
@@ -32,6 +32,8 @@ public:
32 int rtti() const; 32 int rtti() const;
33 static bool baseDestroyed(); 33 static bool baseDestroyed();
34 34
35 void reposition(void);
36
35private: 37private:
36 QCanvasPixmapArray* basearray; 38 QCanvasPixmapArray* basearray;
37 Sound kaboom, ohdear; 39 Sound kaboom, ohdear;