Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9041 in orxonox.OLD for branches/multi_player_map/src/story_entities


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

bug—

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  
    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));
  • branches/multi_player_map/src/story_entities/multi_player_world.cc

    r9008 r9041  
    2727#include "network_manager.h"
    2828#include "network_game_manager.h"
     29
     30#include "state.h"
    2931
    3032
     
    150152  delete NetworkGameManager::getInstance();
    151153
     154  State::setOnline( false );
     155 
    152156  return ErrorMessage();
    153157}
Note: See TracChangeset for help on using the changeset viewer.