aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/graphics/transparent_surface.h
diff options
context:
space:
mode:
authorTobia Tesan2013-07-10 11:42:16 +0200
committerTobia Tesan2013-08-01 00:04:21 +0200
commit9f97ad6a3e9e10fa7164a4e545c1705896f77925 (patch)
tree5e6990f84f185d2e635c81eb9c36eaa268c7da14 /engines/wintermute/graphics/transparent_surface.h
parentf014cccb94e0b3244a3e6dca91db7ca7552e6d79 (diff)
downloadscummvm-rg350-9f97ad6a3e9e10fa7164a4e545c1705896f77925.tar.gz
scummvm-rg350-9f97ad6a3e9e10fa7164a4e545c1705896f77925.tar.bz2
scummvm-rg350-9f97ad6a3e9e10fa7164a4e545c1705896f77925.zip
WINTERMUTE: s/*transform/const &transform/
Diffstat (limited to 'engines/wintermute/graphics/transparent_surface.h')
-rw-r--r--engines/wintermute/graphics/transparent_surface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/graphics/transparent_surface.h b/engines/wintermute/graphics/transparent_surface.h
index 2798323379..71c139a76a 100644
--- a/engines/wintermute/graphics/transparent_surface.h
+++ b/engines/wintermute/graphics/transparent_surface.h
@@ -25,7 +25,7 @@
#include "graphics/surface.h"
#include "engines/wintermute/graphics/transform_struct.h"
-#define FAST_TRANSFORM 0
+#define ENABLE_BILINEAR 0
/*
@@ -111,7 +111,7 @@ struct TransparentSurface : public Graphics::Surface {
void applyColorKey(uint8 r, uint8 g, uint8 b, bool overwriteAlpha = false);
TransparentSurface *scale (uint16 newWidth, uint16 newHeight) const;
- TransparentSurface *rotoscale (TransformStruct *transform) const;
+ TransparentSurface *rotoscale (const TransformStruct &transform) const;
static byte *_lookup;
static void destroyLookup();
private: