rnd-19981114-1
[rocksndiamonds.git] / src / init.c
index 184ea73f333c5beef4801ae7a5ff229041c3039e..37c0a1fefc624d78356d5d39a6a53a7cfb9ff34e 100644 (file)
@@ -693,7 +693,7 @@ void LoadGfx(int pos, struct PictureFileInfo *pic)
 
 #else 
 
-    pcx_err = Read_PCX_to_Pixmaps(display, window, filename,
+    pcx_err = Read_PCX_to_Pixmaps(display, window, gc, filename,
                                  &pix[pos], &clipmask[pos]);
 
     switch(pcx_err)