(svn r12560) -Cleanup: town_cmd.cpp and header files - variable scope and a bit of coding style
This commit is contained in:
@@ -351,7 +351,7 @@ void ChangeOwnershipOfPlayerItems(PlayerID old_player, PlayerID new_player)
|
||||
}
|
||||
|
||||
/* Reset the ratings for the old player */
|
||||
t->ratings[old_player] = 500;
|
||||
t->ratings[old_player] = RATING_INITIAL;
|
||||
ClrBit(t->have_ratings, old_player);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user