From 14378cb56e18237cf1b8b5e088995e0b91f47410 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 28 Mar 2004 16:30:50 +0000 Subject: Renamed more OSystem methods svn-id: r13410 --- scumm/insane/insane.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/insane') diff --git a/scumm/insane/insane.cpp b/scumm/insane/insane.cpp index 82fbd9b14d..7914433f11 100644 --- a/scumm/insane/insane.cpp +++ b/scumm/insane/insane.cpp @@ -619,7 +619,7 @@ void Insane::startVideo(const char *filename, int num, int argC, int frameRate, } void Insane::smush_warpMouse(int x, int y, int buttons) { - _vm->_system->warp_mouse(x, y); + _vm->_system->warpMouse(x, y); } void Insane::putActors(void) { -- cgit v1.2.3