diff options
author | Stefan Eßer <se@FreeBSD.org> | 2004-12-30 11:50:50 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2004-12-30 11:50:50 +0000 |
commit | 59438451231121f41f051b52136b2201267db894 (patch) | |
tree | 75af682c5cc5a9f3efc0fdd743ecc709e34f6bd9 /games/xblast | |
parent | a3bd0f6766b3f96b04e6829a2ffa4d11a00fc506 (diff) | |
download | ports-59438451231121f41f051b52136b2201267db894.tar.gz ports-59438451231121f41f051b52136b2201267db894.zip |
Notes
Diffstat (limited to 'games/xblast')
-rw-r--r-- | games/xblast/files/patch-ac | 17 |
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])) { + |