forgot to add profiler to servermain.cpp
authorPerttu Ahola <celeron55@gmail.com>
Mon, 30 May 2011 21:26:47 +0000 (00:26 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Mon, 30 May 2011 21:26:47 +0000 (00:26 +0300)
src/servermain.cpp

index f3b17000c4d9285d93b0604c0e7c400227a00bbc..f83e2ae76da8cefe6ff953a0fdbf361fdd99b128 100644 (file)
@@ -79,6 +79,9 @@ Settings g_settings;
 
 extern void set_default_settings();
 
+// Global profiler
+Profiler g_profiler;
+
 // A dummy thing
 ITextureSource *g_texturesource = NULL;