aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/m4.h
diff options
context:
space:
mode:
authorPaul Gilbert2010-04-30 11:27:42 +0000
committerPaul Gilbert2010-04-30 11:27:42 +0000
commite11afdeab5534158c2005c23084fc278c30b0695 (patch)
tree906ec7195ffb6d338ac0ab24841de012a928d36b /engines/m4/m4.h
parentdf4400d223d397e0cfef7e6d1e721ec77556daf2 (diff)
downloadscummvm-rg350-e11afdeab5534158c2005c23084fc278c30b0695.tar.gz
scummvm-rg350-e11afdeab5534158c2005c23084fc278c30b0695.tar.bz2
scummvm-rg350-e11afdeab5534158c2005c23084fc278c30b0695.zip
Added proper names for some of the previous unknown timer fields, and bugfixes for the sequence list methods
svn-id: r48875
Diffstat (limited to 'engines/m4/m4.h')
-rw-r--r--engines/m4/m4.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/m4/m4.h b/engines/m4/m4.h
index f732bdd559..1f34bd3685 100644
--- a/engines/m4/m4.h
+++ b/engines/m4/m4.h
@@ -113,7 +113,8 @@ enum {
enum {
kDebugScript = 1 << 0,
- kDebugConversations = 2 << 0
+ kDebugConversations = 1 << 1,
+ kDebugGraphics = 1 << 2
};
#define MESSAGE_BASIC 1