From 696897b0583ad52ebc6f7666525277847619a8ce Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 1 Jan 2009 15:06:43 +0000 Subject: Whoa! Removing trailing spaces. svn-id: r35648 --- engines/scumm/he/script_v80he.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/scumm/he/script_v80he.cpp') diff --git a/engines/scumm/he/script_v80he.cpp b/engines/scumm/he/script_v80he.cpp index aa78757c53..55dc62c38d 100644 --- a/engines/scumm/he/script_v80he.cpp +++ b/engines/scumm/he/script_v80he.cpp @@ -475,7 +475,7 @@ void ScummEngine_v80he::o80_readConfigFile() { memcpy(section, "BluesTreasureHunt-Disc1\0", 24); else if (!strcmp((char *)section, "Blue'sTreasureHunt-Disc2")) memcpy(section, "BluesTreasureHunt-Disc2\0", 24); - } + } Common::ConfigFile ConfFile; if (!strcmp((char *)filename + r, "map.ini")) @@ -543,7 +543,7 @@ void ScummEngine_v80he::o80_writeConfigFile() { memcpy(section, "BluesTreasureHunt-Disc1\0", 24); else if (!strcmp((char *)section, "Blue'sTreasureHunt-Disc2")) memcpy(section, "BluesTreasureHunt-Disc2\0", 24); - } + } Common::ConfigFile ConfFile; ConfFile.loadFromSaveFile((const char *)filename + r); -- cgit v1.2.3