Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-07-09 14:11:44 +0000
committerStijn Buys <ingar@osirion.org>2011-07-09 14:11:44 +0000
commite942db1c8d87b7db286545d72c604e879f7aeab0 (patch)
tree4b07ef3422ee265156e020707c3bc96ecd9ed1e0 /src/core/gameinterface.cc
parentf39aec30f0e5c6f466681ed34bffd41150976ab9 (diff)
Cleanup of the messaging interface.
Diffstat (limited to 'src/core/gameinterface.cc')
-rw-r--r--src/core/gameinterface.cc2
1 files changed, 1 insertions, 1 deletions
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()
{