aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parallaction_ns.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/parallaction_ns.cpp')
-rw-r--r--engines/parallaction/parallaction_ns.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/parallaction/parallaction_ns.cpp b/engines/parallaction/parallaction_ns.cpp
index b810ff7da7..6541498988 100644
--- a/engines/parallaction/parallaction_ns.cpp
+++ b/engines/parallaction/parallaction_ns.cpp
@@ -146,10 +146,8 @@ int Parallaction_ns::init() {
Parallaction_ns::~Parallaction_ns() {
freeFonts();
- _mouseComposedArrow->free();
delete _mouseComposedArrow;
-
delete _commandsNames;
delete _instructionNames;
delete _locationStmt;
@@ -223,7 +221,7 @@ void Parallaction_ns::setInventoryCursor(int pos) {
_activeItem._id = item->_id;
- byte *v8 = (byte*)_mouseComposedArrow->pixels;
+ byte *v8 = _mouseComposedArrow->getData(0);
// FIXME: destination offseting is not clear
byte* s = _char._objs->getData(item->_index);