aboutsummaryrefslogtreecommitdiff
path: root/sword2/speech.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/speech.cpp')
-rw-r--r--sword2/speech.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/sword2/speech.cpp b/sword2/speech.cpp
index 621ac11354..a3e94f43f5 100644
--- a/sword2/speech.cpp
+++ b/sword2/speech.cpp
@@ -94,7 +94,6 @@ _subject_unit subject_list[MAX_SUBJECT_LIST];
int32 FN_i_speak(int32 *params);
void LocateTalker(int32 *params);
void Form_text(int32 *params);
-BOOL Is_anim_boxed(uint32 res);
uint8 WantSpeechForLine(uint32 wavId);
#ifdef _SWORD2_DEBUG
@@ -105,7 +104,7 @@ int32 FN_add_subject(int32 *params) { // James12nov96 / Tony18Nov96
// params: 0 id
// 1 daves reference number
- if (IN_SUBJECT==0) {
+ if (IN_SUBJECT == 0) {
// This is the start of the new subject list (James 07may97)
// Set the default repsonse id to zero in case we're never
// passed one