aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/data.h
diff options
context:
space:
mode:
authorSven Hesse2014-05-28 23:30:29 +0200
committerSven Hesse2014-05-28 23:30:29 +0200
commitfc250701c59f8fa1b606dc410046eb2758657e63 (patch)
tree3d0db6ba34c5cae674b23224b6c47f0ba8bafb83 /engines/voyeur/data.h
parent2168d43d5d8c66cc4316e2bd0450ef108b27fda5 (diff)
downloadscummvm-rg350-fc250701c59f8fa1b606dc410046eb2758657e63.tar.gz
scummvm-rg350-fc250701c59f8fa1b606dc410046eb2758657e63.tar.bz2
scummvm-rg350-fc250701c59f8fa1b606dc410046eb2758657e63.zip
VOYEUR: Janitorial - Remove trailing whitespace
Diffstat (limited to 'engines/voyeur/data.h')
-rw-r--r--engines/voyeur/data.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/voyeur/data.h b/engines/voyeur/data.h
index 98c884d0c1..a18ad84f51 100644
--- a/engines/voyeur/data.h
+++ b/engines/voyeur/data.h
@@ -101,7 +101,7 @@ public:
*/
bool isInRange(int slotIndex, int hotspotIndex, int v) const {
return _min[slotIndex][hotspotIndex] <= v &&
- v < _max[slotIndex][hotspotIndex];
+ v < _max[slotIndex][hotspotIndex];
}
};
@@ -164,7 +164,7 @@ public:
/**
* Add an event to the list of game events that have occurred
*/
- void addEvent(int hour, int minute, VoyeurEventType type, int audioVideoId,
+ void addEvent(int hour, int minute, VoyeurEventType type, int audioVideoId,
int on, int off, int dead);
/**
@@ -181,7 +181,7 @@ public:
* Adds the start of an audio event happening
*/
void addAudioEventStart();
-
+
/**
* Adsd the finish of an audio event happening
*/
@@ -191,17 +191,17 @@ public:
* Adds the start of an evidence event happening
*/
void addEvidEventStart(int v);
-
+
/**
* Adds the finish of an evidence event happening
*/
void addEvidEventEnd(int totalPages);
-
+
/**
* Adds the start of a computer event happening
*/
void addComputerEventStart();
-
+
/**
* Adds the finish of a computer event happening
*/