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>2014-12-16 20:37:15 +0000
committerStijn Buys <ingar@osirion.org>2014-12-16 20:37:15 +0000
commitbebb67e03d378a084367cc05c3d9bbb76f1d8e73 (patch)
treecd79f728276a9e5805ce29163f055c5103e3577e /src/core/gameinterface.cc
parenta18281d42e8b4e9b3cf9d987ff980bcfc14344ad (diff)
Project::OSiRiON can now be built with Clang, use -Wno-overloaded-virtual.
Diffstat (limited to 'src/core/gameinterface.cc')
-rw-r--r--src/core/gameinterface.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/gameinterface.cc b/src/core/gameinterface.cc
index a2d7fba..aa4ef4c 100644
--- a/src/core/gameinterface.cc
+++ b/src/core/gameinterface.cc
@@ -39,8 +39,6 @@ void func_list_players(std::string const &args)
}
}
-const float MIN_DELTA = 10e-10;
-
Player GameInterface::game_localplayer(0);
EntityControlable *localcontrol()