From c7ee0a7ec86e1c948a4a840726e17003205663a5 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 29 May 2009 13:09:26 +0000 Subject: More formatting. svn-id: r40994 --- engines/kyra/text_lol.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'engines/kyra/text_lol.cpp') diff --git a/engines/kyra/text_lol.cpp b/engines/kyra/text_lol.cpp index b9a8282de5..97ff06816f 100644 --- a/engines/kyra/text_lol.cpp +++ b/engines/kyra/text_lol.cpp @@ -269,7 +269,6 @@ void TextDisplayer_LoL::preprocessString(char *str, EMCState *script, const uint break; default: eos = true; - break; } break; case ' ': @@ -434,8 +433,6 @@ void TextDisplayer_LoL::displayText(char *str, ...) { if ((_textDimData[sdx].column + _lineWidth) > (sd->w << 3)) printLine(_currentLine); - - break; } c = parseCommand(); -- cgit v1.2.3