Changed: #1016 entities_game_service segfault in ubuntu 64biten

This commit is contained in:
kervala 2010-12-04 15:10:48 +01:00
parent db31312b11
commit ce5296a6bc

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