From 88fdb5a6274c8e4a832daaf7de00ba275e7d895e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 6 May 2004 09:20:21 +0000 Subject: Removed default value for keycolor in the OSystem implementations svn-id: r13796 --- backends/morphos/morphos.cpp | 2 +- backends/morphos/morphos.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/morphos') diff --git a/backends/morphos/morphos.cpp b/backends/morphos/morphos.cpp index d7f3f9e345..aea11d251b 100644 --- a/backends/morphos/morphos.cpp +++ b/backends/morphos/morphos.cpp @@ -1424,7 +1424,7 @@ void OSystem_MorphOS::set_mouse_pos(int x, int y) } } -void OSystem_MorphOS::setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, byte keycolor = 255) +void OSystem_MorphOS::setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, byte keycolor) { MouseWidth = w; MouseHeight = h; diff --git a/backends/morphos/morphos.h b/backends/morphos/morphos.h index 5b14f5bfa8..7294f855ca 100644 --- a/backends/morphos/morphos.h +++ b/backends/morphos/morphos.h @@ -64,7 +64,7 @@ class OSystem_MorphOS : public OSystem virtual void set_mouse_pos(int x, int y); // Set the bitmap that's used when drawing the cursor. - virtual void setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, byte keycolor = 255); + virtual void setMouseCursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y, byte keycolor); // Shaking is used in SCUMM. Set current shake position. virtual void set_shake_pos(int shake_pos); -- cgit v1.2.3