diff options
Diffstat (limited to 'engines/avalanche/avalot.cpp')
-rw-r--r-- | engines/avalanche/avalot.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp index d3779cbc24..ced7150265 100644 --- a/engines/avalanche/avalot.cpp +++ b/engines/avalanche/avalot.cpp @@ -70,8 +70,7 @@ void Avalot::setup() { _vm->_gyro->to_do = 0; _vm->_gyro->lmo = false; _vm->_scrolls->resetscroll(); - _vm->_gyro->setup_vmc(); - _vm->_gyro->on_virtual(); + CursorMan.showMouse(true); gd = 3; gm = 0; //initgraph(gd: gm: ""); |