diff options
author | Einar Johan Trøan Sømåen | 2012-07-18 18:41:58 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-07-18 18:41:58 +0200 |
commit | b42dae6a30db145fd0254e2badbfcd1a445521f6 (patch) | |
tree | 84d47e0b9087364c646dd608394e36ec5064b88d | |
parent | 018d8a068f0afe108f8332f40b7b5d49d61ed0c3 (diff) | |
download | scummvm-rg350-b42dae6a30db145fd0254e2badbfcd1a445521f6.tar.gz scummvm-rg350-b42dae6a30db145fd0254e2badbfcd1a445521f6.tar.bz2 scummvm-rg350-b42dae6a30db145fd0254e2badbfcd1a445521f6.zip |
WINTERMUTE: Remove some useless spaces.
-rw-r--r-- | engines/wintermute/Base/BRenderSDL.h | 2 | ||||
-rw-r--r-- | engines/wintermute/Base/BRenderer.cpp | 2 | ||||
-rw-r--r-- | engines/wintermute/Base/BRenderer.h | 2 | ||||
-rw-r--r-- | engines/wintermute/Base/font/BFontBitmap.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/engines/wintermute/Base/BRenderSDL.h b/engines/wintermute/Base/BRenderSDL.h index 0192849afa..7b5878a496 100644 --- a/engines/wintermute/Base/BRenderSDL.h +++ b/engines/wintermute/Base/BRenderSDL.h @@ -65,7 +65,7 @@ public: bool initRenderer(int width, int height, bool windowed);
bool flip();
- bool fill(byte r, byte g, byte b, Common::Rect *rect = NULL);
+ bool fill(byte r, byte g, byte b, Common::Rect *rect = NULL);
bool fade(uint16 alpha);
bool fadeToColor(uint32 color, Common::Rect *rect = NULL);
diff --git a/engines/wintermute/Base/BRenderer.cpp b/engines/wintermute/Base/BRenderer.cpp index 49eb8db69a..15ec101c1f 100644 --- a/engines/wintermute/Base/BRenderer.cpp +++ b/engines/wintermute/Base/BRenderer.cpp @@ -137,7 +137,7 @@ void CBRenderer::onWindowChange() { //////////////////////////////////////////////////////////////////////
-bool CBRenderer::fill(byte r, byte g, byte b, Common::Rect *rect) {
+bool CBRenderer::fill(byte r, byte g, byte b, Common::Rect *rect) {
return STATUS_FAILED;
}
diff --git a/engines/wintermute/Base/BRenderer.h b/engines/wintermute/Base/BRenderer.h index ddf2a3a808..4cc7e64fc1 100644 --- a/engines/wintermute/Base/BRenderer.h +++ b/engines/wintermute/Base/BRenderer.h @@ -63,7 +63,7 @@ public: };
virtual bool windowedBlt();
- virtual bool fill(byte r, byte g, byte b, Common::Rect *rect = NULL);
+ virtual bool fill(byte r, byte g, byte b, Common::Rect *rect = NULL);
virtual void onWindowChange();
virtual bool initRenderer(int width, int height, bool windowed);
virtual bool flip();
diff --git a/engines/wintermute/Base/font/BFontBitmap.h b/engines/wintermute/Base/font/BFontBitmap.h index 94569e4dc7..4806d61291 100644 --- a/engines/wintermute/Base/font/BFontBitmap.h +++ b/engines/wintermute/Base/font/BFontBitmap.h @@ -61,7 +61,7 @@ public: private:
int getCharWidth(byte index);
- void drawChar(byte c, int x, int y);
+ void drawChar(byte c, int x, int y);
int textHeightDraw(byte *text, int x, int y, int width, TTextAlign align, bool draw, int max_height = -1, int MaxLength = -1);
|