aboutsummaryrefslogtreecommitdiff
path: root/queen/talk.cpp
diff options
context:
space:
mode:
authorGregory Montoir2004-11-23 22:21:45 +0000
committerGregory Montoir2004-11-23 22:21:45 +0000
commit6414ec92a2a3509946ae4ec35a3a77e76ad152df (patch)
tree362697a68f2f04b35650124b57be3292b766cb79 /queen/talk.cpp
parent9c317c95c3746ffcda8ae36b692a54ad49ad59dd (diff)
downloadscummvm-rg350-6414ec92a2a3509946ae4ec35a3a77e76ad152df.tar.gz
scummvm-rg350-6414ec92a2a3509946ae4ec35a3a77e76ad152df.tar.bz2
scummvm-rg350-6414ec92a2a3509946ae4ec35a3a77e76ad152df.zip
cleanup, follow code conventions
svn-id: r15872
Diffstat (limited to 'queen/talk.cpp')
-rw-r--r--queen/talk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/talk.cpp b/queen/talk.cpp
index 0b8e852667..3abee8e01f 100644
--- a/queen/talk.cpp
+++ b/queen/talk.cpp
@@ -123,7 +123,7 @@ void Talk::talk(const char *filename, int personInRoom, char *cutawayFilename) {
int16 head = _dialogueTree[level][0].head;
// TODO: split this loop in several functions
- while(retval != -1) {
+ while (retval != -1) {
char otherVoiceFilePrefix[MAX_STRING_SIZE];
_talkString[0][0] = '\0';