From: Tobias Gläßer Date: Thu, 19 Feb 2004 23:03:45 +0000 (+0000) Subject: little switch() fix X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=cc5f398a78c1ea759dbcffeae1c0128065ad6f42;p=supertux.git little switch() fix SVN-Revision: 134 --- diff --git a/src/title.c b/src/title.c index a527d6201..57b250356 100644 --- a/src/title.c +++ b/src/title.c @@ -205,8 +205,8 @@ int title(void) } } } - break; } + break; case 3: done = 1; quit = leveleditor(1);