MOHAWK: Stop using String::emptyString

svn-id: r46780
This commit is contained in:
Max Horn 2009-12-30 23:01:16 +00:00
parent d083e02215
commit a753f606ec
6 changed files with 8 additions and 9 deletions

View file

@ -143,7 +143,7 @@ bool RivenSaveLoad::loadGame(Common::String filename) {
names->seek(curNamesPos);
names->seek(stringOffsets[i], SEEK_CUR);
Common::String name = Common::String::emptyString;
Common::String name;
char c = (char)names->readByte();
while (c) {