forked from metin-server/m2dev-client-src
file encoding to utf-8
This commit is contained in:
@@ -140,8 +140,8 @@ void CPythonQuest::__Initialize()
|
||||
test.dwIndex = i;
|
||||
test.strIconFileName = "";
|
||||
test.strTitle = _getf("test%d", i);
|
||||
test.strClockName = "남은 시간";
|
||||
test.strCounterName = "남은 마리수";
|
||||
test.strClockName = "남은 시간";
|
||||
test.strCounterName = "남은 마리수";
|
||||
test.iClockValue = 1000;
|
||||
test.iCounterValue = 1000;
|
||||
test.iStartTime = 0;
|
||||
@@ -196,7 +196,7 @@ PyObject * questGetQuestData(PyObject * poSelf, PyObject * poArgs)
|
||||
else
|
||||
{
|
||||
{
|
||||
// 비어있을 경우 디폴트 이미지를 넣는다.
|
||||
// 비어있을 경우 디폴트 이미지를 넣는다.
|
||||
std::string strIconFileName = "season1/icon/scroll_open.tga";
|
||||
pImage = (CGraphicImage *)CResourceManager::Instance().GetResourcePointer(strIconFileName.c_str());
|
||||
}
|
||||
@@ -238,7 +238,7 @@ PyObject * questGetQuestLastTime(PyObject * poSelf, PyObject * poArgs)
|
||||
iLastTime = (pQuestInstance->iStartTime + pQuestInstance->iClockValue) - int(CTimer::Instance().GetCurrentSecond());
|
||||
}
|
||||
|
||||
// 시간 증가 처리 코드
|
||||
// 시간 증가 처리 코드
|
||||
// else
|
||||
// {
|
||||
// iLastTime = int(CTimer::Instance().GetCurrentSecond()) - pQuestInstance->iStartTime;
|
||||
|
||||
Reference in New Issue
Block a user