text encoding fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*********************************************************************
|
||||
/*********************************************************************
|
||||
* date : 2007.02.24
|
||||
* file : blend_item.cpp
|
||||
* author : mhh
|
||||
@@ -171,10 +171,10 @@ static int FN_random_index()
|
||||
return 0;
|
||||
}
|
||||
|
||||
// 충기환의 확률 테이블
|
||||
// blend.txt에서 확률도 받도록 고치면 깔끔하겠지만
|
||||
// 각 나라별로 item proto 등을 따로 관리하므로,
|
||||
// 혼란이 올 수 있어 이렇게 추가한다.
|
||||
// 충기환의 확률 테이블
|
||||
// blend.txt에서 확률도 받도록 고치면 깔끔하겠지만
|
||||
// 각 나라별로 item proto 등을 따로 관리하므로,
|
||||
// 혼란이 올 수 있어 이렇게 추가한다.
|
||||
// by rtsummit
|
||||
|
||||
static int FN_ECS_random_index()
|
||||
|
||||
Reference in New Issue
Block a user