forked from metin-server/m2dev-client-src
client almost builds
This commit is contained in:
@@ -845,8 +845,8 @@ void CPythonBackground::SetXMaxTree(int iGrade)
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
iGrade -= 1;
|
||||
iGrade = max(iGrade, 0);
|
||||
iGrade = min(iGrade, 2);
|
||||
iGrade = std::max(iGrade, 0);
|
||||
iGrade = std::min(iGrade, 2);
|
||||
|
||||
static std::string s_strTreeName[3] = {
|
||||
"d:/ymir work/tree/christmastree1.spt",
|
||||
|
||||
Reference in New Issue
Block a user