Core: Warning fixes (Also some -pedantic under game folder)

This commit is contained in:
Spp
2012-09-10 13:03:38 +02:00
parent 1efd2f9e33
commit 358c6a26d6
96 changed files with 360 additions and 355 deletions

View File

@@ -196,7 +196,7 @@ const AuthHandler table[] =
Patcher PatchesCache;
// Constructor - set the N and g values for SRP6
AuthSocket::AuthSocket(RealmSocket& socket) : socket_(socket), pPatch(NULL)
AuthSocket::AuthSocket(RealmSocket& socket) : pPatch(NULL), socket_(socket)
{
N.SetHexStr("894B645E89E1535BBDAD5B8B290650530801B18EBFBF5E8FAB3C82872A3E9BB7");
g.SetDword(7);