Changeset 234

Show
Ignore:
Timestamp:
03/24/08 10:24:37 (5 months ago)
Author:
mattn
Message:

* added UFO:AI gamepack
* changed gametools path in game definition file (this allows us to store more than one game in the games/ directory)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • GtkRadiant/branches/ZeroRadiant/radiant/preferences.cpp

    r233 r234  
    32363236        fprintf( fg, "<?xml version=\"1.0\" encoding=\"iso-8859-1\" standalone=\"yes\"?>\n<game\n" ); 
    32373237        fprintf( fg, "  name=\"%s\"\n", m_strName.GetBuffer() ); 
    3238         fprintf( fg, "  gametools=\"%sgames\"\n", g_strAppPath.GetBuffer() ); 
     3238        fprintf( fg, "  gametools=\"%sgames/%s\"\n", g_strAppPath.GetBuffer(), m_strName.GetBuffer() ); 
    32393239        fprintf( fg, "  enginepath=\"%s\"\n", m_strEngine.GetBuffer() ); 
    32403240        switch ( m_availGames[ m_nComboSelect ] ) {