ZVISION: Update warning message to correspond to the behavior

This commit is contained in:
RichieSams 2013-10-01 17:57:32 -05:00
parent 0deb845229
commit 28ac59307b

View File

@ -241,7 +241,7 @@ Common::String StringManager::readWideLine(Common::SeekableReadStream &stream) {
}
if (charOverflowWarning) {
warning("UTF-16 is not supported. Characters greater than 255 are clamped to 255");
warning("UTF-16 is not supported. Characters greater than 255 are replaced with '?'");
}
return asciiString;