From cc5f398a78c1ea759dbcffeae1c0128065ad6f42 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20Gl=C3=A4=C3=9Fer?= Date: Thu, 19 Feb 2004 23:03:45 +0000 Subject: [PATCH] little switch() fix SVN-Revision: 134 --- src/title.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0