summaryrefslogtreecommitdiff
path: root/games/flying/files/patch-ae
blob: 31c62dc7062abb74a716d6f85db32f78f9c8d013 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- xmover.C.orig	Sun Jan  9 01:16:44 2000
+++ xmover.C	Sun Jan  9 01:16:51 2000
@@ -101,7 +101,7 @@
 	private:
 		int	ws;	// Bits klein
 		const int	wl;	// Bits gross
-		static mtab[9];
+		static int mtab[9];
 };
 
 int Stuffer::mtab[9] = { 0x00, 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f, 0xff };