aboutsummaryrefslogtreecommitdiff
path: root/queen/talk.h
diff options
context:
space:
mode:
authorGregory Montoir2004-03-07 10:46:02 +0000
committerGregory Montoir2004-03-07 10:46:02 +0000
commitec5f7b87c6097cf600d5e38acaa893337a88baca (patch)
tree96ad86ae1e7e90071d602d87efaf0f772b100927 /queen/talk.h
parentf1c730d27b39aff8bb08e53abb439807aa590053 (diff)
downloadscummvm-rg350-ec5f7b87c6097cf600d5e38acaa893337a88baca.tar.gz
scummvm-rg350-ec5f7b87c6097cf600d5e38acaa893337a88baca.tar.bz2
scummvm-rg350-ec5f7b87c6097cf600d5e38acaa893337a88baca.zip
cleanup (removed irrevelant comments and useless XXX'ed code)
svn-id: r13214
Diffstat (limited to 'queen/talk.h')
-rw-r--r--queen/talk.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/queen/talk.h b/queen/talk.h
index 1cd2da1f0f..e996140eea 100644
--- a/queen/talk.h
+++ b/queen/talk.h
@@ -85,10 +85,10 @@ private:
};
struct SpeechParameters {
- const char *name; // Nstr
- signed char state,faceDirection; // S,F
+ const char *name;
+ signed char state,faceDirection;
signed char body,bf,rf,af;
- const char *animation; // SANIMstr
+ const char *animation;
signed char ff;
};
@@ -221,7 +221,7 @@ private:
const SpeechParameters *findSpeechParameters(
const char *name,
int state,
- int faceDirection); // FIND_SACTION
+ int faceDirection);
int splitOption(const char *str, char optionText[5][MAX_STRING_SIZE]);