aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/interface_map.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-10-09 14:59:58 +0200
committerEugene Sandulenko2016-10-09 14:59:58 +0200
commitdead4aa01446da2bf711e64a4e681be460fa1202 (patch)
tree149648f240e839900e18af10953c4408da1e9464 /engines/xeen/interface_map.h
parentc5efd9f7487f4f51316d9ae6e6cbef3d35dd7b51 (diff)
downloadscummvm-rg350-dead4aa01446da2bf711e64a4e681be460fa1202.tar.gz
scummvm-rg350-dead4aa01446da2bf711e64a4e681be460fa1202.tar.bz2
scummvm-rg350-dead4aa01446da2bf711e64a4e681be460fa1202.zip
JANITORIAL: Remove trailing spaces
Diffstat (limited to 'engines/xeen/interface_map.h')
-rw-r--r--engines/xeen/interface_map.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/xeen/interface_map.h b/engines/xeen/interface_map.h
index 2189aacec1..47a7bad963 100644
--- a/engines/xeen/interface_map.h
+++ b/engines/xeen/interface_map.h
@@ -44,9 +44,9 @@ public:
public:
OutdoorDrawList();
- DrawStruct &operator[](int idx) {
+ DrawStruct &operator[](int idx) {
assert(idx < size());
- return _data[idx];
+ return _data[idx];
}
int size() const { return 132; }
@@ -80,9 +80,9 @@ public:
public:
IndoorDrawList();
- DrawStruct &operator[](int idx) {
+ DrawStruct &operator[](int idx) {
assert(idx < size());
- return _data[idx];
+ return _data[idx];
}
int size() const { return 170; }
@@ -99,7 +99,7 @@ private:
* Helper method for setIndoorsMonsters to set a draw structure
* with the deatils for a given monster
*/
- void setMonsterSprite(DrawStruct &drawStruct, MazeMonster &monster,
+ void setMonsterSprite(DrawStruct &drawStruct, MazeMonster &monster,
SpriteResource *sprites, int frame, int defaultY);
protected:
int8 _wp[20];