diff options
Diffstat (limited to 'games/xkoules/files/patch-koules.h')
-rw-r--r-- | games/xkoules/files/patch-koules.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xkoules/files/patch-koules.h b/games/xkoules/files/patch-koules.h new file mode 100644 index 000000000000..36359582d7ab --- /dev/null +++ b/games/xkoules/files/patch-koules.h @@ -0,0 +1,11 @@ +--- koules.h.orig 1998-03-04 18:59:19 UTC ++++ koules.h +@@ -238,7 +238,7 @@ extern Point point[MAXPOINT]; + extern int gameplan; + extern int rotation[MAXROCKETS]; + extern char control[MAXROCKETS]; +-extern struct control controls[5]; ++extern struct control controls[MAXROCKETS]; + extern int lastlevel, maxlevel; + #ifdef NETSUPPORT + extern int client, server; |