a1d71ef
diff -up cdogs-sdl-0.4/src/grafx.c~ cdogs-sdl-0.4/src/grafx.c
a1d71ef
--- cdogs-sdl-0.4/src/grafx.c~	2007-07-16 20:36:01.000000000 +0200
a1d71ef
+++ cdogs-sdl-0.4/src/grafx.c	2007-07-16 20:36:01.000000000 +0200
a1d71ef
@@ -219,7 +219,7 @@ void ShutDownVideo(void)
a1d71ef
 typedef struct _Pic {
a1d71ef
 	short int w;
a1d71ef
 	short int h;
a1d71ef
-	char *data;
a1d71ef
+	char data;
a1d71ef
 } Pic;
a1d71ef
 
a1d71ef
 int ReadPics(const char *filename, void **pics, int maxPics,