Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/main.cc')
-rw-r--r--src/server/main.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/server/main.cc b/src/server/main.cc
index 3ce5197..6f71468 100644
--- a/src/server/main.cc
+++ b/src/server/main.cc
@@ -1,4 +1,5 @@
-/* server/main.cc
+/*
+ server/main.cc
This file is part of the Osirion project and is distributed under
the terms and conditions of the GNU General Public License version 2
*/
@@ -21,7 +22,7 @@ int main( int argc, char *argv[] )
{
const float server_framerate = 1.0f / 20.0f;
std::cout << "The Osirion project " << OSIRION_VERSION << std::endl;
- Timer timer;
+ server::Timer timer;
// initialize game
game::init();