Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 3, 2006, 3:30:01 PM (19 years ago)
Author:
rennerc
Message:

bug—

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/multi_player_map/src/story_entities/menu/game_menu.cc

    r9034 r9041  
    510510     
    511511      this->ipInputLine = new OrxGui::GLGuiInputLine( );
    512       this->ipInputLine->setText( "localhost" );
     512      this->ipInputLine->setText( "tardis-d08" );
    513513      this->clientNetworkBox->pack( this->ipInputLine );
    514514      this->ipInputLine->connect(SIGNAL(ipInputLine, enterPushed), this, SLOT(GameMenu, connectToServer));
Note: See TracChangeset for help on using the changeset viewer.