mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-15 08:39:45 +00:00
HOPKINS: Get rid of _disableCursorFl
This commit is contained in:
parent
e57c82f9da
commit
416463c3da
@ -55,7 +55,6 @@ ObjectsManager::ObjectsManager() {
|
||||
_saveLoadFl = false;
|
||||
SL_MODE = false;
|
||||
_visibleFl = false;
|
||||
_disableCursorFl = false;
|
||||
BOBTOUS = false;
|
||||
my_anim = 0;
|
||||
NUMZONE = 0;
|
||||
|
@ -80,7 +80,6 @@ public:
|
||||
bool _saveLoadFl;
|
||||
int SL_MODE;
|
||||
bool _visibleFl;
|
||||
bool _disableCursorFl;
|
||||
bool BOBTOUS;
|
||||
int my_anim;
|
||||
int NUMZONE;
|
||||
|
@ -156,7 +156,7 @@ void TalkManager::PARLER_PERSO(const Common::String &filename) {
|
||||
}
|
||||
|
||||
void TalkManager::PARLER_PERSO2(const Common::String &filename) {
|
||||
_vm->_objectsManager._disableCursorFl = true;
|
||||
// TODO: The original disables the mouse cursor here
|
||||
STATI = 1;
|
||||
bool v7 = _vm->_globals._disableInventFl;
|
||||
_vm->_globals._disableInventFl = true;
|
||||
@ -222,7 +222,7 @@ void TalkManager::PARLER_PERSO2(const Common::String &filename) {
|
||||
_vm->_eventsManager.changeMouseCursor(v8);
|
||||
_vm->_graphicsManager.initColorTable(145, 150, _vm->_graphicsManager._palette);
|
||||
_vm->_graphicsManager.setPaletteVGA256(_vm->_graphicsManager._palette);
|
||||
_vm->_objectsManager._disableCursorFl = false;
|
||||
// TODO: The original reenables the mouse cursor here
|
||||
_vm->_globals._disableInventFl = v7;
|
||||
STATI = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user