file encoding to utf-8

This commit is contained in:
d1str4ught
2025-08-19 00:30:50 +02:00
parent be56f3f31a
commit ea712bec83
241 changed files with 1753 additions and 1753 deletions

View File

@@ -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;