diff options
Diffstat (limited to 'games/xkoules/files/patch-server.c')
-rw-r--r-- | games/xkoules/files/patch-server.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xkoules/files/patch-server.c b/games/xkoules/files/patch-server.c new file mode 100644 index 000000000000..951df7e76568 --- /dev/null +++ b/games/xkoules/files/patch-server.c @@ -0,0 +1,12 @@ +--- server.c.orig 1998-03-04 18:59:19 UTC ++++ server.c +@@ -80,8 +80,7 @@ static long sizes[MAXPACKET]; + static long isizes[MAXPACKET]; + char acceled[5]; + #endif +-struct control controls[MAXROCKETS]; +-static unsigned char Clientmap[5]; ++static unsigned char Clientmap[MAXROCKETS]; + static int Socket; + /*static int tbreak; */ + #define BUFFERSIZE 65536 |