file encoding to utf-8
This commit is contained in:
@@ -95,7 +95,7 @@ PyObject * backgroundRegisterEnvironmentData(PyObject * poSelf, PyObject * poArg
|
||||
TraceError("background.RegisterEnvironmentData(iIndex=%d, szEnvironmentFileName=%s)", iIndex, pszEnvironmentFileName);
|
||||
|
||||
// TODO:
|
||||
// 디폴트 환경 설정 작업을 해주자
|
||||
// 디폴트 환경 설정 작업을 해주자
|
||||
}
|
||||
|
||||
return Py_BuildNone();
|
||||
@@ -248,7 +248,7 @@ PyObject * backgroundRenderCharacterShadowToTexture(PyObject * poSelf, PyObject
|
||||
|
||||
PyObject * backgroundRenderDungeon(PyObject * poSelf, PyObject * poArgs)
|
||||
{
|
||||
assert(!"background.RenderDungeon() - 사용하지 않는 함수입니다 - [levites]");
|
||||
assert(!"background.RenderDungeon() - 사용하지 않는 함수입니다 - [levites]");
|
||||
return Py_BuildNone();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user