diff options
author | Stijn Buys <ingar@osirion.org> | 2008-03-16 14:51:37 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-03-16 14:51:37 +0000 |
commit | 7d7b9324f1f0db14648fb9fe32256d7942af77b9 (patch) | |
tree | ef2a60c275f22c6b1ab7430a299138597030b581 /src/net | |
parent | 9a7ca1743f0c74042bca4d4903f7e56fe810edce (diff) |
somewhat smoother network play, player assets, client pif updates
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/tcpconnection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tcpconnection.h b/src/net/tcpconnection.h index 6076215..79a61fe 100644 --- a/src/net/tcpconnection.h +++ b/src/net/tcpconnection.h @@ -55,7 +55,7 @@ public: void abort(); /// send outgoing data - void send(std::string const &msg); + virtual void send(std::string const &msg); protected: /// receive incoming data |