Fix compiler warning about "no newline at end of file"
This commit is contained in:
parent
bd0d689cfb
commit
a707843a19
1 changed files with 1 additions and 1 deletions
|
@ -317,4 +317,4 @@ bool tod_manager::next_turn()
|
|||
next_time_of_day();
|
||||
++turn_;
|
||||
return num_turns_ == -1 || turn_ <= size_t(num_turns_);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue