Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 25, 2008, 8:19:40 PM (16 years ago)
Author:
landauf
Message:

renamed LevelInfo as Level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.cc

    r2006 r2012  
    3939
    4040#include "GraphicsEngine.h"
    41 #include "objects/infos/LevelInfo.h"
     41#include "objects/infos/Level.h"
    4242#include "objects/infos/PlayerInfo.h"
    4343#include "overlays/console/InGameConsole.h"
     
    7676            std::string name = "unknown";
    7777
    78             PlayerInfo* player = LevelInfo::getClient(senderID);
     78            PlayerInfo* player = Level::getClient(senderID);
    7979            if (player)
    8080                name = player->getName();
Note: See TracChangeset for help on using the changeset viewer.