aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/objects.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-03-26 21:40:24 -0400
committerPaul Gilbert2015-03-26 21:40:24 -0400
commit5e45abcca4b76955cc0ebcfa54a1b9f9be12bfa0 (patch)
tree71a94f2d967c5ca51d76073f46a427ecfe96bd3c /engines/sherlock/objects.h
parent0f52dcc561fbe05816452d2a20b3f09f6cd9e0fa (diff)
downloadscummvm-rg350-5e45abcca4b76955cc0ebcfa54a1b9f9be12bfa0.tar.gz
scummvm-rg350-5e45abcca4b76955cc0ebcfa54a1b9f9be12bfa0.tar.bz2
scummvm-rg350-5e45abcca4b76955cc0ebcfa54a1b9f9be12bfa0.zip
SHERLOCK: Implemented printObjectDesc
Diffstat (limited to 'engines/sherlock/objects.h')
-rw-r--r--engines/sherlock/objects.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sherlock/objects.h b/engines/sherlock/objects.h
index 4944681ab3..26ad1d3900 100644
--- a/engines/sherlock/objects.h
+++ b/engines/sherlock/objects.h
@@ -123,8 +123,8 @@ public:
};
struct ActionType {
- char _cAnimNum;
- char _cAnimSpeed; // if high bit set, play in reverse
+ int8 _cAnimNum;
+ uint8 _cAnimSpeed; // if high bit set, play in reverse
Common::String _names[4];
void synchronize(Common::SeekableReadStream &s);
@@ -155,7 +155,7 @@ public:
static void setVm(SherlockEngine *vm);
public:
Common::String _name; // Name
- char _description[41]; // Description lines
+ Common::String _description; // Description lines
Common::String _examine; // Examine in-depth description
int _sequenceOffset;
uint8 *_sequences; // Holds animation sequences