aboutsummaryrefslogtreecommitdiff
path: root/games/xblast/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'games/xblast/files/patch-ac')
-rw-r--r--games/xblast/files/patch-ac17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/xblast/files/patch-ac b/games/xblast/files/patch-ac
new file mode 100644
index 000000000000..a332d803e498
--- /dev/null
+++ b/games/xblast/files/patch-ac
@@ -0,0 +1,17 @@
+--- xblast.c.orig Wed Jul 7 12:53:41 2004
++++ xblast.c Thu Dec 30 12:42:51 2004
+@@ -84,12 +84,12 @@
+ XBPlayerHost hostType;
+ XBBool autoCentral;
+ XBBool nsound;
++
+ autoCentral = XBFalse;
+ nsound = XBFalse;
+ #ifndef WMS
+- int i;
+ if(argc>1){
+- i=1;
++ int i=1;
+ while(i<argc){
+ if(0==strcmp("-central",argv[i])) {
+