GRAPHICS: Fix initialization

This commit is contained in:
Eugene Sandulenko 2016-12-19 09:26:56 +01:00
parent 6a56156bc6
commit 76ffd9cccb

View File

@ -47,7 +47,7 @@ void MacText::splitString(Common::String &str) {
const char *s = str.c_str();
Common::String tmp;
bool prevCR;
bool prevCR = false;
while (*s) {
if (*s == '\n' && prevCR) { // trean \r\n as one