summaryrefslogtreecommitdiff
path: root/games/flobopuyo/files/patch-PuyoGame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/flobopuyo/files/patch-PuyoGame.cpp')
-rw-r--r--games/flobopuyo/files/patch-PuyoGame.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/games/flobopuyo/files/patch-PuyoGame.cpp b/games/flobopuyo/files/patch-PuyoGame.cpp
index 244798c65fb4..128e074417a5 100644
--- a/games/flobopuyo/files/patch-PuyoGame.cpp
+++ b/games/flobopuyo/files/patch-PuyoGame.cpp
@@ -1,11 +1,11 @@
--- PuyoGame.cpp.orig 2007-10-30 13:27:05.000000000 +0100
+++ PuyoGame.cpp 2007-10-30 13:28:39.000000000 +0100
@@ -45,7 +45,7 @@
- return (PuyoState)newItem;
- }
- else
-- return (PuyoState)(int)(sequenceItems.getElementAt(sequence));
-+ return (PuyoState)(long)(sequenceItems.getElementAt(sequence));
- }
-
- PuyoPuyo::PuyoPuyo(PuyoState state)
+ return (PuyoState)newItem;
+ }
+ else
+- return (PuyoState)(int)(sequenceItems.getElementAt(sequence));
++ return (PuyoState)(long)(sequenceItems.getElementAt(sequence));
+ }
+
+ PuyoPuyo::PuyoPuyo(PuyoState state)