aboutsummaryrefslogtreecommitdiff
path: root/queen/talk.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-11-08 23:45:45 +0000
committerPaweł Kołodziejski2003-11-08 23:45:45 +0000
commit8f130401a11905ba3c554aaa67437946d4ad7e1f (patch)
treec8b5459dcc90f7f1409f002fe2ebf920d32215fe /queen/talk.h
parent14b7d027a24391b39e29b7168b8d67b2b6ebffae (diff)
downloadscummvm-rg350-8f130401a11905ba3c554aaa67437946d4ad7e1f.tar.gz
scummvm-rg350-8f130401a11905ba3c554aaa67437946d4ad7e1f.tar.bz2
scummvm-rg350-8f130401a11905ba3c554aaa67437946d4ad7e1f.zip
cleanup whitespaces
svn-id: r11224
Diffstat (limited to 'queen/talk.h')
-rw-r--r--queen/talk.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/queen/talk.h b/queen/talk.h
index 320db2ad16..9946751ff7 100644
--- a/queen/talk.h
+++ b/queen/talk.h
@@ -60,7 +60,7 @@ class Talk {
//! Read a string from ptr and return new ptr
static byte *getString(byte *ptr, char *str, int maxLength, int align = 2);
- private:
+private:
//! Collection of constants used by Talk
enum {
LINE_HEIGHT = 10,
@@ -77,29 +77,29 @@ class Talk {
//! Special commands for speech
enum {
- SPEAK_DEFAULT = 0,
- SPEAK_FACE_LEFT = -1,
- SPEAK_FACE_RIGHT = -2,
- SPEAK_FACE_FRONT = -3,
- SPEAK_FACE_BACK = -4,
- SPEAK_ORACLE = -5,
- SPEAK_UNKNOWN_6 = -6,
- SPEAK_AMAL_ON = -7,
- SPEAK_PAUSE = -8,
- SPEAK_NONE = -9
+ SPEAK_DEFAULT = 0,
+ SPEAK_FACE_LEFT = -1,
+ SPEAK_FACE_RIGHT = -2,
+ SPEAK_FACE_FRONT = -3,
+ SPEAK_FACE_BACK = -4,
+ SPEAK_ORACLE = -5,
+ SPEAK_UNKNOWN_6 = -6,
+ SPEAK_AMAL_ON = -7,
+ SPEAK_PAUSE = -8,
+ SPEAK_NONE = -9
};
//! TODO Move this to struct.h later!
struct TalkSelected {
- int16 hasTalkedTo;
- int16 values[4];
+ int16 hasTalkedTo;
+ int16 values[4];
};
struct DialogueNode {
- int16 head;
- int16 dialogueNodeValue1;
- int16 gameStateIndex;
- int16 gameStateValue;
+ int16 head;
+ int16 dialogueNodeValue1;
+ int16 gameStateIndex;
+ int16 gameStateValue;
};
struct SpeechParameters {