From 7d7b9324f1f0db14648fb9fe32256d7942af77b9 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 16 Mar 2008 14:51:37 +0000 Subject: somewhat smoother network play, player assets, client pif updates --- src/net/tcpconnection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net') 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 -- cgit v1.2.3