13 lines
605 B
Plaintext
13 lines
605 B
Plaintext
$OpenBSD: patch-src_sdlport_setup_cpp,v 1.2 2012/04/06 13:46:11 sthen Exp $
|
|
--- src/sdlport/setup.cpp.orig Tue Mar 13 14:59:10 2012
|
|
+++ src/sdlport/setup.cpp Tue Mar 13 14:59:29 2012
|
|
@@ -100,7 +100,7 @@ void createRCFile( char *rcfile )
|
|
#else
|
|
fputs( "; Use DoubleBuffering\ndoublebuf=0\n\n", fd );
|
|
fputs( "; Use OpenGL\ngl=0\n\n", fd );
|
|
- fputs( "; Location of the datafiles\ndatadir=", fd );
|
|
+ fputs( "; Location of the datafiles\n;datadir=", fd );
|
|
fputs( ASSETDIR "\n\n", fd );
|
|
#endif
|
|
fputs( "; Use mono audio only\nmono=0\n\n", fd );
|