mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 17:01:30 +00:00
Add missing ;
This commit is contained in:
parent
b985e3d2f6
commit
b7cddaea47
@ -221,7 +221,7 @@ namespace events{
|
||||
|
||||
str << IMAGE_PREFIX << type->second.image();
|
||||
#ifndef LOW_MEM
|
||||
str << "~TC(" << team << "," << type->second.flag_rgb() << ")"
|
||||
str << "~TC(" << team << "," << type->second.flag_rgb() << ")";
|
||||
#endif
|
||||
str << COLUMN_SEPARATOR << type->second.language_name() << COLUMN_SEPARATOR << i->second << "\n";
|
||||
table.push_back(str.str());
|
||||
|
Loading…
x
Reference in New Issue
Block a user