aboutsummaryrefslogtreecommitdiff
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.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/flobopuyo/files/patch-PuyoGame.cpp b/games/flobopuyo/files/patch-PuyoGame.cpp
new file mode 100644
index 000000000000..244798c65fb4
--- /dev/null
+++ b/games/flobopuyo/files/patch-PuyoGame.cpp
@@ -0,0 +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)