summaryrefslogtreecommitdiff
path: root/games/foobillard/files/patch-billard3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/foobillard/files/patch-billard3d.c')
-rw-r--r--games/foobillard/files/patch-billard3d.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/foobillard/files/patch-billard3d.c b/games/foobillard/files/patch-billard3d.c
index ca2ed4776a7a..cee64d1d960a 100644
--- a/games/foobillard/files/patch-billard3d.c
+++ b/games/foobillard/files/patch-billard3d.c
@@ -1,5 +1,5 @@
---- src/billard3d.c.orig Thu May 1 08:32:10 2003
-+++ src/billard3d.c Mon Jul 7 04:29:04 2003
+--- src/billard3d.c.orig Sat Nov 15 21:10:47 2003
++++ src/billard3d.c Sat Nov 15 21:12:13 2003
@@ -24,7 +24,7 @@
#include <string.h>
#include <math.h>
@@ -9,16 +9,16 @@
#ifndef USE_SDL
#include <GL/glut.h>
-@@ -4270,7 +4270,7 @@
+@@ -4960,7 +4960,7 @@
/* config file */
load_config( &confv, &confc, argv, argc );
- while( ( act_option = getopt_long_only(confc, confv, "+", long_options, &option_index) ) >= 0){
+ while( ( act_option = getopt_long(confc, confv, "+", long_options, &option_index) ) >= 0){
+ DPRINTF("processing option %d=%s\n",act_option,optarg);
process_option(act_option);
}
- DPRINTF("main:rgstereo=%d",options_rgstereo_on);
-@@ -4359,7 +4359,7 @@
+@@ -5058,7 +5058,7 @@
fread( &ball_ball_snd.data[SOUND_NULLOFFS*2], 1, ball_ball_snd.len-SOUND_NULLOFFS*2*2 , f );
fclose(f);