aboutsummaryrefslogtreecommitdiff
path: root/queen/credits.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/credits.h')
-rw-r--r--queen/credits.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/queen/credits.h b/queen/credits.h
index 33f536bb1c..b8b912e0d3 100644
--- a/queen/credits.h
+++ b/queen/credits.h
@@ -38,7 +38,7 @@ public:
//! update/display credits for current room
void update();
-
+
//! handles room switching
void nextRoom();
@@ -51,35 +51,35 @@ private:
short x, y, color, fontSize;
const char *text;
};
-
+
//! contains the formatted lines of texts to display
Line _list[19];
//! true if end of credits description hasn't been reached
bool _running;
-
+
//! number of elements in _list array
int _count;
-
+
//! pause counts for next room
int _pause;
-
+
//! current text justification mode
int _justify;
-
+
//! current font size (unused ?)
int _fontSize;
-
+
//! current text color
int _color;
-
+
//! current text position
int _zone;
//! contains the credits description
LineReader *_credits;
- QueenEngine *_vm;
+ QueenEngine *_vm;
};
} // End of namespace Queen