From 42ed287506467b8e3f58e7b909297dec5834c0e1 Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 4 Apr 2008 14:53:06 +0000 Subject: (svn r12560) -Cleanup: town_cmd.cpp and header files - variable scope and a bit of coding style --- src/economy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/economy.cpp') diff --git a/src/economy.cpp b/src/economy.cpp index 0544f2b68..79283e664 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -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); } -- cgit v1.2.3-54-g00ecf