diff options
| author | Stijn Buys <ingar@osirion.org> | 2009-08-18 09:24:15 +0000 | 
|---|---|---|
| committer | Stijn Buys <ingar@osirion.org> | 2009-08-18 09:24:15 +0000 | 
| commit | f030154fe727e25a2afe1f78b3998c2d2dba95e4 (patch) | |
| tree | cd92baf9e4fa8a136523b9eb570e9811846c9250 /src/core/netplayer.h | |
| parent | 5636fad174f0bcff857c357c394c4cc8d424b302 (diff) | |
astyle cleanup, corrects not loading of material textures
Diffstat (limited to 'src/core/netplayer.h')
| -rw-r--r-- | src/core/netplayer.h | 8 | 
1 files changed, 5 insertions, 3 deletions
diff --git a/src/core/netplayer.h b/src/core/netplayer.h index 5659e2e..ada1bd0 100644 --- a/src/core/netplayer.h +++ b/src/core/netplayer.h @@ -22,10 +22,12 @@ namespace core  class NetPlayer : public Player  {  public: -        NetPlayer(NetClient *client); -        virtual ~NetPlayer(); +	NetPlayer(NetClient *client); +	virtual ~NetPlayer(); -	NetClient *client() { return player_client; } +	NetClient *client() { +		return player_client; +	}  	virtual void message(const Message::Channel channel, const std::string text);  	virtual void sound(const std::string name);  | 
