aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks.h
diff options
context:
space:
mode:
authorAlyssa Milburn2010-12-01 18:21:33 +0000
committerAlyssa Milburn2010-12-01 18:21:33 +0000
commit3471d8ee45dee6097b4ba13e80648c600de9292c (patch)
tree77d6c463eadda0d2dda7442477c32cb41d92d81d /engines/mohawk/livingbooks.h
parentddd691e2d3c02f9b1dfcaafd2239a4a04a7996a3 (diff)
downloadscummvm-rg350-3471d8ee45dee6097b4ba13e80648c600de9292c.tar.gz
scummvm-rg350-3471d8ee45dee6097b4ba13e80648c600de9292c.tar.bz2
scummvm-rg350-3471d8ee45dee6097b4ba13e80648c600de9292c.zip
MOHAWK: rename DelayedEventType values
svn-id: r54708
Diffstat (limited to 'engines/mohawk/livingbooks.h')
-rw-r--r--engines/mohawk/livingbooks.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/mohawk/livingbooks.h b/engines/mohawk/livingbooks.h
index 45183b37b7..11210f0fa3 100644
--- a/engines/mohawk/livingbooks.h
+++ b/engines/mohawk/livingbooks.h
@@ -384,9 +384,9 @@ struct NotifyEvent {
};
enum DelayedEventType {
- kLBDestroy = 0,
- kLBSetNotVisible = 1,
- kLBDone = 2
+ kLBEventDestroy = 0,
+ kLBEventSetNotVisible = 1,
+ kLBEventDone = 2
};
struct DelayedEvent {