aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/data.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-02-03 22:02:28 -0500
committerPaul Gilbert2014-02-03 22:02:28 -0500
commitd3f4156e6a7c4aac33224bbfc8e0f859401b51ed (patch)
tree8d9947ddc9b68a6e8cc7bdd4d4bbcc8436c08d20 /engines/voyeur/data.h
parent683ef9d50f49c989c6bb4df15e16bcb7c33e1980 (diff)
downloadscummvm-rg350-d3f4156e6a7c4aac33224bbfc8e0f859401b51ed.tar.gz
scummvm-rg350-d3f4156e6a7c4aac33224bbfc8e0f859401b51ed.tar.bz2
scummvm-rg350-d3f4156e6a7c4aac33224bbfc8e0f859401b51ed.zip
VOYEUR: Clean up, commenting, and bugfixes for checking for murder
Diffstat (limited to 'engines/voyeur/data.h')
-rw-r--r--engines/voyeur/data.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/voyeur/data.h b/engines/voyeur/data.h
index c21fcf01fd..d9c62bc7ca 100644
--- a/engines/voyeur/data.h
+++ b/engines/voyeur/data.h
@@ -35,7 +35,7 @@ enum VoyeurEventType { EVTYPE_VIDEO = 1, EVTYPE_AUDIO = 2, EVTYPE_EVID = 3,
EVTYPE_COMPUTER = 4 };
enum EventFlag { EVTFLAG_TIME_DISABLED = 1, EVTFLAG_2 = 2, EVTFLAG_8 = 8, EVTFLAG_RECORDING = 0x10,
- EVTFLAG_40 = 0x40, EVTFLAG_100 = 0x100 };
+ EVTFLAG_40 = 0x40, EVTFLAG_VICTIM_PRESET = 0x80, EVTFLAG_100 = 0x100 };
struct VoyeurEvent {
int _hour;
@@ -133,15 +133,15 @@ public:
Common::Rect _rect4E4;
int _computerTimeMin;
int _computerTimeMax;
- int _field4F0;
- int _field4F2;
+ bool _victimMurdered;
+ int _murderThreshold;
int _field4376;
int _field4378;
int _field437A;
int _field437C;
int _field437E;
- int _field4380;
+ int _victimNumber;
int _field4382;
int _videoEventId;
RectResource *_viewBounds;