forked from metin-server/m2dev-client-src
client almost builds
This commit is contained in:
@@ -246,7 +246,7 @@ class CPooledObject
|
||||
{
|
||||
}
|
||||
|
||||
void * operator new(unsigned int /*mem_size*/)
|
||||
void * operator new(size_t /*mem_size*/)
|
||||
{
|
||||
return ms_kPool.Alloc();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user