freebsd-ports/games/glasteroids/files/patch-ab
Chris D. Faulhaber e94fcf41dc This is a port of glasteroids-1.0, 3D Asteroids game clone for
X Window System. The goal is simple: Don't get killed.

PR:		13267
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1999-12-23 21:39:31 +00:00

19 lines
575 B
Text

--- 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++ )