Changed: #1016 entities_game_service segfault in ubuntu 64biten

This commit is contained in:
kervala 2010-12-04 15:10:48 +01:00
parent 5dc9ff7b51
commit 0245a69e63

View file

@ -38,6 +38,7 @@
#include "ryzom_welcome_service.h" #include "ryzom_welcome_service.h"
#include "game_share/welcome_service_itf.h" #include "game_share/welcome_service_itf.h"
#include "game_share/mirror.h"
using namespace std; using namespace std;
using namespace NLMISC; using namespace NLMISC;
@ -1334,6 +1335,7 @@ public:
return true; return true;
} }
CMirror Mirror;
}; };