From 09a01e4cbeada86167d83608cd0dcd77d7a0168f Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Wed, 24 Sep 2003 06:40:23 +0000 Subject: Replaced abs() with ABS and BOOL with bool, plus some minor cleanups. svn-id: r10391 --- sword2/speech.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sword2/speech.cpp') 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 -- cgit v1.2.3