1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/lincity/files/patch-ab

12 lines
301 B
Plaintext

--- lcx11.cxx.orig Thu Feb 25 20:17:54 1999
+++ lcx11.cxx Sat Sep 25 17:47:12 1999
@@ -715,7 +715,7 @@
#ifdef USE_IMAGES
Fgl_putbox_low (display.win, 0, 0,
x1, y1, x2 - x1, y2 - y1,
- pixmap, (640 + BORDERX),
+ (unsigned char*)pixmap, (640 + BORDERX),
x1, y1);
#else
int x, y;