Updated changelog and removed some debug output
This commit is contained in:
parent
619b60feee
commit
7b12b696f5
2 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,7 @@ CVS HEAD:
|
|||
* fixed bug #12611: modifying villages with [terrain] interacting badly with capturing them.
|
||||
* fixed user-campaigns not being translatable anymore
|
||||
* added a shortcut for making screenshots
|
||||
* fixed the formatting of wrapped text lines being lost
|
||||
|
||||
Version 0.9.0:
|
||||
* user interface improvements:
|
||||
|
|
|
@ -960,7 +960,6 @@ std::string word_wrap_text(const std::string& unwrapped_text, int font_size, int
|
|||
++ch;
|
||||
}
|
||||
current_line = format_string;
|
||||
std::cerr << "Format string is " << format_string << "\n";
|
||||
start_of_line = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue