summaryrefslogtreecommitdiff
path: root/games/glasteroids/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/glasteroids/files/patch-ab')
-rw-r--r--games/glasteroids/files/patch-ab19
1 files changed, 19 insertions, 0 deletions
diff --git a/games/glasteroids/files/patch-ab b/games/glasteroids/files/patch-ab
new file mode 100644
index 000000000000..df2f64692275
--- /dev/null
+++ b/games/glasteroids/files/patch-ab
@@ -0,0 +1,19 @@
+--- Bobcat.cxx Thu Aug 12 04:48:58 1999
++++ /home/andy/tmp/wrk/Bobcat.cxx Tue Aug 17 15:28:23 1999
+@@ -111,14 +111,14 @@
+
+ glutIdleFunc ( InternalIdle );
+
+- font = txfLoadFont ( "gameText.txf" );
++ font = txfLoadFont ( PREFIX "/share/glasteroids/gameText.txf" );
+
+ Menu = new BCmenu ( font );
+
+ InitTextures ( );
+ InitOpenGL ( );
+
+- LoadSplashScreen ( "textures/splash.raw" );
++ LoadSplashScreen ( PREFIX "/share/glasteroids/textures/splash.raw" );
+
+ numActiveDust = 0;
+ for ( i = 0; i < MAX_ASTEROID_DUST_SYSTEMS; i++ )