Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/core
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
parenta18281d42e8b4e9b3cf9d987ff980bcfc14344ad (diff)
Project::OSiRiON can now be built with Clang, use -Wno-overloaded-virtual.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gameinterface.cc2
-rw-r--r--src/core/netserver.h1
2 files changed, 0 insertions, 3 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()
diff --git a/src/core/netserver.h b/src/core/netserver.h
index 95ada0d..a7e75bd 100644
--- a/src/core/netserver.h
+++ b/src/core/netserver.h
@@ -140,7 +140,6 @@ private:
struct sockaddr_in netserver_addr;
fd_set serverset;
- int fdmax;
char recbuf[FRAMESIZE];