Changeset 9041 in orxonox.OLD for branches/multi_player_map/src/story_entities
- Timestamp:
- Jul 3, 2006, 3:30:01 PM (18 years ago)
- Location:
- branches/multi_player_map/src/story_entities
- Files:
-
- 2 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)); -
branches/multi_player_map/src/story_entities/multi_player_world.cc
r9008 r9041 27 27 #include "network_manager.h" 28 28 #include "network_game_manager.h" 29 30 #include "state.h" 29 31 30 32 … … 150 152 delete NetworkGameManager::getInstance(); 151 153 154 State::setOnline( false ); 155 152 156 return ErrorMessage(); 153 157 }
Note: See TracChangeset
for help on using the changeset viewer.