Fix for missing names in StringID-based messages

This commit is contained in:
Uleat
2015-01-12 22:26:33 -05:00
parent ec4d96ea79
commit 390681e0d0
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -507,7 +507,7 @@ namespace Titanium
std::string new_message_array[9];
for (int i = 0; i < 9; ++i) {
if (new_message_array[i].length() == 0) { break; }
if (old_message_array[i].length() == 0) { break; }
ServerToTitaniumTextLink(new_message_array[i], old_message_array[i]);
new_message_size += new_message_array[i].length() + 1;
}