Changeset 9041 in orxonox.OLD for branches/multi_player_map/src/story_entities/menu
- Timestamp:
- Jul 3, 2006, 3:30:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/multi_player_map/src/story_entities/menu/game_menu.cc
r9034 r9041 510 510 511 511 this->ipInputLine = new OrxGui::GLGuiInputLine( ); 512 this->ipInputLine->setText( " localhost" );512 this->ipInputLine->setText( "tardis-d08" ); 513 513 this->clientNetworkBox->pack( this->ipInputLine ); 514 514 this->ipInputLine->connect(SIGNAL(ipInputLine, enterPushed), this, SLOT(GameMenu, connectToServer));
Note: See TracChangeset
for help on using the changeset viewer.