forked from metin-server/m2dev-client-src
small fixes regarding throwing pts around to python and back
This commit is contained in:
@@ -1281,7 +1281,7 @@ bool CPythonApplication::Create(PyObject * poSelf, const char * c_szName, int wi
|
||||
return true;
|
||||
}
|
||||
|
||||
void CPythonApplication::SetGlobalCenterPosition(LONG x, LONG y)
|
||||
void CPythonApplication::SetGlobalCenterPosition(int32_t x, int32_t y)
|
||||
{
|
||||
CPythonBackground& rkBG=CPythonBackground::Instance();
|
||||
rkBG.GlobalPositionToLocalPosition(x, y);
|
||||
|
||||
Reference in New Issue
Block a user