summaryrefslogtreecommitdiffstats
path: root/games/xblast/files/patch-ac
blob: a332d803e49857f31b71768df225365bf1731709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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])) {
       
OpenPOWER on IntegriCloud