summaryrefslogtreecommitdiffstats
path: root/games/flying/files/patch-main.C
diff options
context:
space:
mode:
Diffstat (limited to 'games/flying/files/patch-main.C')
-rw-r--r--games/flying/files/patch-main.C11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/flying/files/patch-main.C b/games/flying/files/patch-main.C
new file mode 100644
index 0000000..ab80ac7
--- /dev/null
+++ b/games/flying/files/patch-main.C
@@ -0,0 +1,11 @@
+--- main.C.orig Sun Jan 9 01:15:53 2000
++++ main.C Sun Jan 9 01:15:55 2000
+@@ -366,7 +366,7 @@
+
+ if (in1) p1 = new PBall( game_pball, in1 );
+ if (in2) p2 = new PBall( game_pball, in2 );
+- if (!demo_flag&&!p1) p1 = new PBall( game_pball, (disp)?disp:"" );
++ if (!demo_flag&&!p1) p1 = new PBall( game_pball, (disp)?disp:(char *)"" );
+
+
+ g->DrawBackground();
OpenPOWER on IntegriCloud