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/resource_he.cpp | 2 +- engines/scumm/he/script_v80he.cpp | 4 ++-- engines/scumm/he/wiz_he.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'engines/scumm/he') diff --git a/engines/scumm/he/resource_he.cpp b/engines/scumm/he/resource_he.cpp index 74789bcc1e..49d0e2f729 100644 --- a/engines/scumm/he/resource_he.cpp +++ b/engines/scumm/he/resource_he.cpp @@ -526,7 +526,7 @@ int Win32ResExtractor::do_resources_recurs(WinLibrary *fi, WinResource *base, else return 0; } - + /* process each resource listed */ for (c = 0 ; c < rescnt ; c++) { /* (over)write the corresponding WinResource holder with the current */ 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); diff --git a/engines/scumm/he/wiz_he.cpp b/engines/scumm/he/wiz_he.cpp index c661812d09..55fc6cc900 100644 --- a/engines/scumm/he/wiz_he.cpp +++ b/engines/scumm/he/wiz_he.cpp @@ -933,7 +933,7 @@ uint8 Wiz::getWizPixelColor(const uint8 *data, int x, int y, int w, int h, uint return (READ_LE_UINT16(data) & 1) ? color : READ_LE_UINT16(data + 1); else return (data[0] & 1) ? color : data[1]; - + } uint8 Wiz::getRawWizPixelColor(const uint8 *data, int x, int y, int w, int h, uint bitDepth, uint8 color) { -- cgit v1.2.3