1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/flying/files/patch-ae
2000-01-09 09:19:54 +00:00

12 lines
298 B
Plaintext

--- 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 };