(svn r12560) -Cleanup: town_cmd.cpp and header files - variable scope and a bit of coding style

This commit is contained in:
smatz
2008-04-04 14:53:06 +00:00
parent ad877852d4
commit 39dc3d3eda
4 changed files with 120 additions and 149 deletions

View File

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