git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10706 54d463be-8e91-2dee-dedb-b68131a5f0ec

This commit is contained in:
FlavioJS
2007-06-06 16:53:09 +00:00
parent 93d662ce87
commit 3e13b73efe
4 changed files with 8 additions and 8 deletions

View File

@@ -2833,8 +2833,8 @@ int parse_frommap(int fd)
default: size = 0; list = NULL; break;
}
ARR_FIND(0, size, player_pos, list[player_pos].id == cid);
ARR_FIND(0, size, fame_pos, list[fame_pos].fame <= fame);
ARR_FIND(0, size, player_pos, list[player_pos].id == cid);// position of the player
ARR_FIND(0, size, fame_pos, list[fame_pos].fame <= fame);// where the player should be
if( player_pos == size && fame_pos == size )
;// not on list and not enough fame to get on it