Fixed the spelling in a comment.

This commit is contained in:
Fabian Müller 2012-12-28 23:55:07 +00:00
parent 0f15ff94db
commit 80f617b044

View file

@ -267,9 +267,9 @@ void play_controller::init(CVideo& video){
}
else if (is_observer())
{
// Find first team that is allowed to be observered.
// If not set here observer would be without fog untill
// the first turn of observerable side
// Find first team that is allowed to be observed.
// If not set here observer would be without fog until
// the first turn of observable side
size_t i;
for (i=0;i < teams_.size();++i)
{