summaryrefslogblamecommitdiff
path: root/games/xjig/files/patch-ad
blob: 1d57e96b98cf41b8b21463f29e4f6d8ed85cd57a (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                  
--- imgbuff.C.orig	Wed Jul 17 00:23:26 1996
+++ imgbuff.C	Tue Apr  7 15:34:33 1998
@@ -72,6 +72,7 @@
 
 
 XImage *ImageBuffer::Init(int w,int h,int bpp8) {
+
 	// w+=10; h+=10;
 	if (w>width||h>height) {
 		FreeData();