Fix a compiler warning.
This commit is contained in:
parent
b48a945556
commit
7a2babf484
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ private:
|
|||
|
||||
const team& viewing_team = teams_[gui_->viewing_team()];
|
||||
|
||||
int total_villages = 0;
|
||||
unsigned total_villages = 0;
|
||||
|
||||
//if the player is under shroud or fog, they don't get
|
||||
//to see details about the other sides, only their own
|
||||
|
|
Loading…
Add table
Reference in a new issue