diff options
Diffstat (limited to 'engines/m4/converse.cpp')
-rw-r--r-- | engines/m4/converse.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/m4/converse.cpp b/engines/m4/converse.cpp index 61f4c1eac7..79baebeb18 100644 --- a/engines/m4/converse.cpp +++ b/engines/m4/converse.cpp @@ -235,7 +235,7 @@ void ConversationView::selectEntry(int entryIndex) { } void ConversationView::updateState() { - switch(_conversationState) { + switch (_conversationState) { case kConversationOptionsShown: return; case kEntryIsActive: @@ -412,7 +412,7 @@ void Converse::loadConversation(const char *convName) { if (convS->eos()) break; if (debugFlag) printf("***** Pos: %i -> ", chunkPos); - switch(chunk) { + switch (chunk) { case CHUNK_DECL: // Declare if (debugFlag) printf("DECL chunk\n"); data = convS->readUint32LE(); |