Changeset 623 for abuse/trunk/src/sdlport/setup.cpp
- Timestamp:
- May 9, 2011, 3:19:59 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/sdlport/setup.cpp
r614 r623 102 102 fputs( "; Use OpenGL\ngl=0\n\n", fd ); 103 103 fputs( "; Location of the datafiles\ndatadir=", fd ); 104 fputs( ASSET SDIR "\n\n", fd );104 fputs( ASSETDIR "\n\n", fd ); 105 105 #endif 106 106 fputs( "; Use mono audio only\nmono=0\n\n", fd ); … … 430 430 set_filename_prefix( (const char*)buffer ); 431 431 #else 432 set_filename_prefix( ASSET SDIR );432 set_filename_prefix( ASSETDIR ); 433 433 #endif 434 434
Note: See TracChangeset
for help on using the changeset viewer.