diff options
author | Paul Gilbert | 2012-11-21 21:59:35 +1100 |
---|---|---|
committer | Paul Gilbert | 2012-11-21 21:59:35 +1100 |
commit | f9a58d0aaa8fc1591028b9b877bcd181b3e5006e (patch) | |
tree | 8488fb774a2a6f4ba3f3a0d80480d79df4f65308 | |
parent | e738722905f2c47707506db38140d0a50104ce50 (diff) | |
download | scummvm-rg350-f9a58d0aaa8fc1591028b9b877bcd181b3e5006e.tar.gz scummvm-rg350-f9a58d0aaa8fc1591028b9b877bcd181b3e5006e.tar.bz2 scummvm-rg350-f9a58d0aaa8fc1591028b9b877bcd181b3e5006e.zip |
HOPKINS: Enable cursor animations like the original
-rw-r--r-- | engines/hopkins/events.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hopkins/events.cpp b/engines/hopkins/events.cpp index 911ffcf3e1..e6dbf347fb 100644 --- a/engines/hopkins/events.cpp +++ b/engines/hopkins/events.cpp @@ -397,6 +397,8 @@ LABEL_45: _vm->_graphicsManager.Capture_Mem(_vm->_graphicsManager.VESA_BUFFER, _vm->_globals.cache_souris, v15, yp, v14, v13); _vm->_graphicsManager.Sprite_Vesa(_vm->_graphicsManager.VESA_BUFFER, pointeur_souris, v15 + 300, yp + 300, souris_n); */ + + _vm->_eventsManager.updateCursor(); _vm->_graphicsManager.Ajoute_Segment_Vesa(v15, yp, v12, v11); LABEL_54: _vm->_globals.vitesse = 2; |