diff options
author | Strangerke | 2014-12-14 23:51:01 +0100 |
---|---|---|
committer | Strangerke | 2014-12-14 23:51:01 +0100 |
commit | 66bf0ec7412949eee758c138be1f81571b1fc56d (patch) | |
tree | 2bc9479fdc389e25e947990d0a1ee8dea6c3b51e /engines/access/martian | |
parent | dcc6ceb117549a68a275b5740edea5e5e02030bd (diff) | |
download | scummvm-rg350-66bf0ec7412949eee758c138be1f81571b1fc56d.tar.gz scummvm-rg350-66bf0ec7412949eee758c138be1f81571b1fc56d.tar.bz2 scummvm-rg350-66bf0ec7412949eee758c138be1f81571b1fc56d.zip |
ACCESS: Some refactoring concerning the mouse cursor
Diffstat (limited to 'engines/access/martian')
-rw-r--r-- | engines/access/martian/martian_room.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/access/martian/martian_room.cpp b/engines/access/martian/martian_room.cpp index 2bd98186f0..22f456fd4c 100644 --- a/engines/access/martian/martian_room.cpp +++ b/engines/access/martian/martian_room.cpp @@ -82,7 +82,7 @@ void MartianRoom::reloadRoom1() { } _selectCommand = -1; - _vm->_events->_normalMouse = CURSOR_CROSSHAIRS; + _vm->_events->setNormalCursor(CURSOR_CROSSHAIRS); _vm->_mouseMode = 0; _vm->_boxSelect = true; _vm->_player->_playerOff = false; |