aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos/morphos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/morphos/morphos.cpp')
-rw-r--r--backends/morphos/morphos.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/morphos/morphos.cpp b/backends/morphos/morphos.cpp
index 8b48e542dc..d8c00e3d4e 100644
--- a/backends/morphos/morphos.cpp
+++ b/backends/morphos/morphos.cpp
@@ -1567,12 +1567,12 @@ void OSystem_MorphOS::initSize(uint w, uint h)
CreateScreen(CSDSPTYPE_KEEP);
}
-int16 OSystem_MorphOS::get_width()
+int16 OSystem_MorphOS::getWidth()
{
return ScummScrWidth;
}
-int16 OSystem_MorphOS::get_height()
+int16 OSystem_MorphOS::getHeight()
{
return ScummScrHeight;
}