forgot to add profiler to servermain.cpp

This commit is contained in:
Perttu Ahola 2011-05-31 00:26:47 +03:00
parent 97dc966759
commit 63ae3d7387
1 changed files with 3 additions and 0 deletions

View 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;