freebsd-ports/games/hex-a-hop/files/patch-hex_puzzzle.cpp
Dmitry Marakasov 27b27c6979 - Fix build errors and runtime issues on 64 bit platforms
- Use DATADIR

PR:		127385
Submitted by:	myself
Approved by:	maintainer timeout
2008-09-30 09:20:15 +00:00

11 lines
315 B
C++

--- hex_puzzzle.cpp.orig 2006-02-21 07:12:34.000000000 +0300
+++ hex_puzzzle.cpp 2008-09-14 21:34:14.296378652 +0400
@@ -2313,7 +2313,7 @@
SDL_Surface* Load(const char * bmp, bool colourKey=true)
{
- typedef unsigned long uint32;
+ typedef unsigned int uint32;
uint32* tmp = 0;
SDL_Surface * g = 0;