Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 18, 2008, 5:46:27 PM (16 years ago)
Author:
scheusso
Message:

forgot some things

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/network/ClientConnectionListener.cc

    r1938 r1939  
    11#include "ClientConnectionListener.h"
    22#include "core/CoreIncludes.h"
     3#include "Settings.h"
    34
    45namespace network{
     
    1011
    1112  void ClientConnectionListener::getConnectedClients(){
    12     this->clientConnected(0); //server client id
     13    if(orxonox::Settings::showsGraphics())
     14      this->clientConnected(0); //server client id
    1315    ClientInformation *client = ClientInformation::getBegin();
    1416    while(client){
Note: See TracChangeset for help on using the changeset viewer.