aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/scripts.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/scripts.h')
-rw-r--r--engines/xeen/scripts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/scripts.h b/engines/xeen/scripts.h
index f41be1b7c6..98f93e7e75 100644
--- a/engines/xeen/scripts.h
+++ b/engines/xeen/scripts.h
@@ -132,7 +132,7 @@ struct MirrorEntry {
int _direction;
MirrorEntry() : _mapId(0), _direction(DIR_ALL) {}
-
+
bool synchronize(Common::SeekableReadStream &s);
};
@@ -174,7 +174,7 @@ private:
* Displays a door text message using the large font
*/
void cmdDoorTextLrg(Common::Array<byte> &params);
-
+
/**
* Show a sign text on-screen
*/