aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sword2/mouse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/mouse.cpp b/sword2/mouse.cpp
index 6814a570e5..b9e837cd0d 100644
--- a/sword2/mouse.cpp
+++ b/sword2/mouse.cpp
@@ -801,7 +801,7 @@ void Sword2Engine::setLuggage(uint32 res) {
byte *icon = _resman->openResource(res) + sizeof(StandardHeader);
uint32 len = _resman->fetchLen(res) - sizeof(StandardHeader);
- _graphics->setLuggageAnim(icon + sizeof(StandardHeader), len);
+ _graphics->setLuggageAnim(icon, len);
_resman->closeResource(res);
} else
_graphics->setLuggageAnim(NULL, 0);