- made adjustments to text input menu to work with scripts.

This commit is contained in:
Christoph Oelckers 2017-02-12 21:45:37 +01:00
commit b6ad14a614
14 changed files with 107 additions and 81 deletions

View file

@ -589,7 +589,7 @@ bool FMapInfoParser::ParseLookupName(FString &dest)
}
while (sc.CheckString(","));
// strip off the last newline
dest.Truncate(long(dest.Len()-1));
dest.Truncate(dest.Len()-1);
return false;
}
}