summaryrefslogtreecommitdiff
path: root/games/glasteroids/files/patch-ab
blob: df2f646922756b42ab37bfd0bb8f452bd75ac44d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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++ )