diff options
author | Max Horn | 2009-03-07 19:24:31 +0000 |
---|---|---|
committer | Max Horn | 2009-03-07 19:24:31 +0000 |
commit | f9ecd95d6960341e696ab1aa8262e48135908d51 (patch) | |
tree | 4ab853891a0ca47c4d46a2691546e27a7e05b7f9 /engines/kyra | |
parent | 2dfae035ac7351b1161d0466405c1d44d69f701a (diff) | |
download | scummvm-rg350-f9ecd95d6960341e696ab1aa8262e48135908d51.tar.gz scummvm-rg350-f9ecd95d6960341e696ab1aa8262e48135908d51.tar.bz2 scummvm-rg350-f9ecd95d6960341e696ab1aa8262e48135908d51.zip |
Whitespace cleanup: Convert space followed by tab to just tab
svn-id: r39203
Diffstat (limited to 'engines/kyra')
-rw-r--r-- | engines/kyra/detection.cpp | 2 | ||||
-rw-r--r-- | engines/kyra/scene_lol.cpp | 2 | ||||
-rw-r--r-- | engines/kyra/sound_towns.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp index 23daba0524..08ee4815cc 100644 --- a/engines/kyra/detection.cpp +++ b/engines/kyra/detection.cpp @@ -1082,7 +1082,7 @@ bool KyraMetaEngine::hasFeature(MetaEngineFeature f) const { (f == kSupportsListSaves) || (f == kSupportsLoadingDuringStartup) || (f == kSupportsDeleteSave) || - (f == kSavesSupportMetaInfo) || + (f == kSavesSupportMetaInfo) || (f == kSavesSupportThumbnail); } diff --git a/engines/kyra/scene_lol.cpp b/engines/kyra/scene_lol.cpp index 3abe72ea60..c7591a3e1c 100644 --- a/engines/kyra/scene_lol.cpp +++ b/engines/kyra/scene_lol.cpp @@ -652,7 +652,7 @@ uint16 LoLEngine::calcNewBlockPosition(uint16 curBlock, uint16 direction) { } uint16 LoLEngine::calcBlockIndex(uint16 x, uint16 y) { - return ((y & 0xff00) >> 3) | (x >> 8); + return ((y & 0xff00) >> 3) | (x >> 8); } void LoLEngine::calcCoordinates(uint16 & x, uint16 & y, int block, uint16 xOffs, uint16 yOffs) { diff --git a/engines/kyra/sound_towns.cpp b/engines/kyra/sound_towns.cpp index 712a3b16f8..c85c5b3ef0 100644 --- a/engines/kyra/sound_towns.cpp +++ b/engines/kyra/sound_towns.cpp @@ -2553,7 +2553,7 @@ bool TownsPC98_OpnChannelPCM::control_ff_endOfTrack(uint8 para) { } } -TownsPC98_OpnSquareSineSource::TownsPC98_OpnSquareSineSource(const uint32 timerbase) : _tlTable(0), +TownsPC98_OpnSquareSineSource::TownsPC98_OpnSquareSineSource(const uint32 timerbase) : _tlTable(0), _tleTable(0), _updateRequest(-1), _tickLength(timerbase * 27), _ready(0), _reg(0), _rand(1), _outN(1), _nTick(0), _evpUpdateCnt(0), _evpTimer(0x1f), _pReslt(0x1f), _attack(0), _cont(false), _evpUpdate(true), _timer(0), _noiseGenerator(0), _chanEnable(0) { |