freebsd-ports/games/flobopuyo/files/patch-PuyoGame.cpp
Dmitry Marakasov daffe00d4a - Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
2013-07-12 15:01:45 +00:00

11 lines
345 B
C++

--- 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)