From e942db1c8d87b7db286545d72c604e879f7aeab0 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 9 Jul 2011 14:11:44 +0000 Subject: Cleanup of the messaging interface. --- src/core/gameinterface.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/gameinterface.cc') diff --git a/src/core/gameinterface.cc b/src/core/gameinterface.cc index 3505e2c..898d97f 100644 --- a/src/core/gameinterface.cc +++ b/src/core/gameinterface.cc @@ -41,7 +41,7 @@ void func_list_players(std::string const &args) const float MIN_DELTA = 10e-10; -Player GameInterface::game_localplayer; +Player GameInterface::game_localplayer(0); EntityControlable *localcontrol() { -- cgit v1.2.3