Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
In Pratt's Loft, the player can probe the pillow with either the needle
or the hatpin. However, the German version accidentally set up use
actions for the hatpin twice, resulting in a crash if you tried to use it
|
|
|
|
Bug #7002 should be fully solved now
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes a regression in Serrated Scalpel from commit dbf82dd92a
|
|
|
|
|
|
|
|
|
|
|
|
This avoids the crash after the second intro scene
|
|
|
|
This is similar to IS_SERRATED_SCALPEL and IS_ROSE_TATTOO, and makes
the code a bit easier to read
|
|
It's a gcc warning, but can lead to crashes should a string with a specifier in it be passed in and no arguments on the stack.
|
|
|
|
|
|
action error messages are now localized too
|
|
|
|
|
|
|
|
checkObject needs to be called in checkSprite now, which is in
the Sprite class. So the method and a few others it depeends
on have been moved into BaseObject
|
|
|
|
|
|
|
|
fixes murder scene room crash
|
|
only adjust animation frame for walk.anim
map uses another set of images and the same sprite code
|
|
it's now possible to leave the first room
Conflicts:
engines/sherlock/objects.cpp
|
|
|
|
|
|
|