mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 18:31:32 +00:00
Removed a compiler warning.
This commit is contained in:
parent
d28b115faa
commit
8a5733130e
@ -78,7 +78,7 @@ std::vector<text_chunk> split_text(wide_string text)
|
||||
wide_string current_chunk;
|
||||
std::vector<text_chunk> res;
|
||||
bool first = true;
|
||||
int current_font;
|
||||
int current_font = 0;
|
||||
|
||||
for(wide_string::const_iterator itor = text.begin(); itor != text.end(); ++itor) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user