summaryrefslogtreecommitdiff
blob: c0ac8a92d457e6e61ada0a5ea77300fbda911d01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- enigma-0.92/src/file_internal.hh.orig	2006-03-20 12:05:42.000000000 +0100
+++ enigma-0.92/src/file_internal.hh	2006-03-20 12:06:08.000000000 +0100
@@ -19,7 +19,7 @@
 
     class GameFS {
     public:
-        GameFS::GameFS();
+        GameFS();
 
         void clear() { entries.clear(); }
 		
--- enigma-0.92/src/stones_simple.cc.orig	2006-03-20 12:09:53.000000000 +0100
+++ enigma-0.92/src/stones_simple.cc	2006-03-20 12:10:48.000000000 +0100
@@ -1672,7 +1672,7 @@
             KillStone(p);
             SetItem(p, it_explosion1);
         }
-        void BombStone::message(const string &msg, const Value &) {
+        void message(const string &msg, const Value &) {
             if (msg =="expl" || msg =="bombstone")
                 change_state(BREAK);
         }