summaryrefslogtreecommitdiff
blob: 6b3f54ef5630c68053ee595966725760188c9e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: flobopuyo-0.20/PuyoGame.h
===================================================================
--- flobopuyo-0.20.orig/PuyoGame.h
+++ flobopuyo-0.20/PuyoGame.h
@@ -46,7 +46,7 @@ public:
     virtual ~PuyoPuyo() {};
     PuyoState getPuyoState();
     void setPuyoState(PuyoState state);
-    bool PuyoPuyo::isFalling();
+    bool isFalling();
     int getPuyoX() const;
     int getPuyoY() const;
     void setPuyoXY(int X, int Y);