aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/render_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/render_table.h')
-rw-r--r--engines/zvision/render_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/render_table.h b/engines/zvision/render_table.h
index c38b5a6f0b..7c04564cd0 100644
--- a/engines/zvision/render_table.h
+++ b/engines/zvision/render_table.h
@@ -66,7 +66,7 @@ public:
const Common::Point convertWarpedCoordToFlatCoord(const Common::Point &point);
- void mutateImage(uint16 *sourceBuffer, uint16* destBuffer, uint32 imageWidth, uint32 imageHeight, Common::Rect subRectangle, Common::Rect destRectangle);
+ void mutateImage(uint16 *sourceBuffer, uint16* destBuffer, uint32 imageWidth, uint32 imageHeight);
void generateRenderTable();
void setPanoramaFoV(float fov);