aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner')
-rw-r--r--engines/bladerunner/audio_speech.cpp2
-rw-r--r--engines/bladerunner/screen_effects.h14
2 files changed, 8 insertions, 8 deletions
diff --git a/engines/bladerunner/audio_speech.cpp b/engines/bladerunner/audio_speech.cpp
index 87f73737d4..5ffde9db6c 100644
--- a/engines/bladerunner/audio_speech.cpp
+++ b/engines/bladerunner/audio_speech.cpp
@@ -110,7 +110,7 @@ void AudioSpeech::stopSpeech() {
bool AudioSpeech::isPlaying() const {
if (_channel == -1) {
- return false;
+ return false;
}
return _isActive;
}
diff --git a/engines/bladerunner/screen_effects.h b/engines/bladerunner/screen_effects.h
index ad0fb5090f..d16f1cf284 100644
--- a/engines/bladerunner/screen_effects.h
+++ b/engines/bladerunner/screen_effects.h
@@ -39,12 +39,12 @@ class ScreenEffects {
public:
struct Entry {
Color256 palette[16];
- uint16 x;
- uint16 y;
- uint16 width;
- uint16 height;
- uint16 z;
- uint8 *data;
+ uint16 x;
+ uint16 y;
+ uint16 width;
+ uint16 height;
+ uint16 z;
+ uint8 *data;
};
BladeRunnerEngine *_vm;
@@ -58,7 +58,7 @@ public:
~ScreenEffects();
void readVqa(Common::SeekableReadStream *stream);
- void getColor(Color256 *outColor, uint16 x, uint16 y, uint16 z) const ;
+ void getColor(Color256 *outColor, uint16 x, uint16 y, uint16 z) const;
//TODO
//bool isAffectingArea(int x, int y, int width, int height, int unk);