Fix compiler warning about "no newline at end of file"

This commit is contained in:
McShark 2009-06-11 17:34:17 +00:00
parent bd0d689cfb
commit a707843a19

View file

@ -317,4 +317,4 @@ bool tod_manager::next_turn()
next_time_of_day();
++turn_;
return num_turns_ == -1 || turn_ <= size_t(num_turns_);
}
}