aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/messages.h
diff options
context:
space:
mode:
authorFilippos Karapetis2014-05-08 11:43:23 +0300
committerFilippos Karapetis2014-05-08 11:43:23 +0300
commitb7dd01fdefd910c3c0f6291145ceab4060ae1a70 (patch)
tree12e16d4a4362011d5954e6020d85a9bdb0cd5e31 /engines/mads/messages.h
parent2502bd89966f8b6398be4fc0428aaba1831ad530 (diff)
downloadscummvm-rg350-b7dd01fdefd910c3c0f6291145ceab4060ae1a70.tar.gz
scummvm-rg350-b7dd01fdefd910c3c0f6291145ceab4060ae1a70.tar.bz2
scummvm-rg350-b7dd01fdefd910c3c0f6291145ceab4060ae1a70.zip
MADS: Remove trailing whitespace
Diffstat (limited to 'engines/mads/messages.h')
-rw-r--r--engines/mads/messages.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/mads/messages.h b/engines/mads/messages.h
index a6d39281a6..8aa8cd54da 100644
--- a/engines/mads/messages.h
+++ b/engines/mads/messages.h
@@ -36,8 +36,8 @@ namespace MADS {
#define TEXT_DISPLAY_SIZE 40
enum KernelMessageFlags {
- KMSG_QUOTED = 1, KMSG_PLAYER_TIMEOUT = 2, KMSG_SEQ_ENTRY = 4, KMSG_SCROLL = 8,
- KMSG_RIGHT_ALIGN = 0x10, KMSG_CENTER_ALIGN = 0x20, KMSG_EXPIRE = 0x40,
+ KMSG_QUOTED = 1, KMSG_PLAYER_TIMEOUT = 2, KMSG_SEQ_ENTRY = 4, KMSG_SCROLL = 8,
+ KMSG_RIGHT_ALIGN = 0x10, KMSG_CENTER_ALIGN = 0x20, KMSG_EXPIRE = 0x40,
KMSG_ACTIVE = 0x80
};
@@ -74,7 +74,7 @@ public:
~KernelMessages();
void clear();
- int add(const Common::Point &pt, uint fontColor, uint8 flags, uint8 abortTimers,
+ int add(const Common::Point &pt, uint fontColor, uint8 flags, uint8 abortTimers,
uint32 timeout, const Common::String &msg);
int addQuote(int quoteId, int abortTimers, uint32 timeout);
void scrollMessage(int msgIndex, int numTicks, bool quoted);
@@ -115,7 +115,7 @@ public:
void expire(int idx);
int add(int xp, int yp, uint fontColor, int charSpacing, const Common::String &, Font *font);
-
+
/**
* Reset all of the text display entries in the list to inactive
*/
@@ -126,7 +126,7 @@ public:
* @param surface Surface
*/
void draw(MSurface *s);
-
+
/**
* Determine dirty areas for active text areas
*/