diff options
author | Eugene Sandulenko | 2016-10-09 14:59:58 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-10-09 14:59:58 +0200 |
commit | dead4aa01446da2bf711e64a4e681be460fa1202 (patch) | |
tree | 149648f240e839900e18af10953c4408da1e9464 /engines/sky | |
parent | c5efd9f7487f4f51316d9ae6e6cbef3d35dd7b51 (diff) | |
download | scummvm-rg350-dead4aa01446da2bf711e64a4e681be460fa1202.tar.gz scummvm-rg350-dead4aa01446da2bf711e64a4e681be460fa1202.tar.bz2 scummvm-rg350-dead4aa01446da2bf711e64a4e681be460fa1202.zip |
JANITORIAL: Remove trailing spaces
Diffstat (limited to 'engines/sky')
-rw-r--r-- | engines/sky/compact.cpp | 4 | ||||
-rw-r--r-- | engines/sky/detection.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/engines/sky/compact.cpp b/engines/sky/compact.cpp index ce62dcb2ae..c2ca557ec2 100644 --- a/engines/sky/compact.cpp +++ b/engines/sky/compact.cpp @@ -236,7 +236,7 @@ SkyCompact::SkyCompact() { for (cnt = 0; cnt < _numSaveIds; cnt++) _saveIds[cnt] = FROM_LE_16(_saveIds[cnt]); _resetDataPos = _cptFile->pos(); - + checkAndFixOfficerBluntError(); } @@ -259,7 +259,7 @@ SkyCompact::~SkyCompact() { delete _cptFile; } -/* WORKAROUND for bug #2687: +/* WORKAROUND for bug #2687: The first release of scummvm with externalized, binary compact data has one broken 16 bit reference. When talking to Officer Blunt on ground level while in a crouched position, the game enters an unfinishable state because Blunt jumps into the lake and can no longer be interacted with. diff --git a/engines/sky/detection.cpp b/engines/sky/detection.cpp index d86689e5d7..4b91f50a61 100644 --- a/engines/sky/detection.cpp +++ b/engines/sky/detection.cpp @@ -78,7 +78,7 @@ public: virtual bool hasFeature(MetaEngineFeature f) const; virtual GameList getSupportedGames() const; virtual const ExtraGuiOptions getExtraGuiOptions(const Common::String &target) const; - virtual GameDescriptor findGame(const char *gameid) const; + virtual GameDescriptor findGame(const char *gameid) const; virtual GameList detectGames(const Common::FSList &fslist) const; virtual Common::Error createInstance(OSystem *syst, Engine **engine) const; |