Changeset 321

Show
Ignore:
Timestamp:
09/13/08 11:12:55 (3 months ago)
Author:
timo
Message:

fix setup target

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • GtkRadiant/trunk/config.py

    r320 r321  
    268268 
    269269        def Setup( self ): 
    270                 if ( platform == 'local' ): 
     270                try: 
     271                        self.setup_platforms.index( 'local' ) 
     272                except: 
     273                        pass 
     274                else: 
    271275                        # special case, fetch external paks under the local install directory 
    272276                        self.FetchGamePaks( self.install_directory )