little switch() fix
authorTobias Gläßer <tobi.web@gmx.de>
Thu, 19 Feb 2004 23:03:45 +0000 (23:03 +0000)
committerTobias Gläßer <tobi.web@gmx.de>
Thu, 19 Feb 2004 23:03:45 +0000 (23:03 +0000)
SVN-Revision: 134

src/title.c

index a527d62..57b2503 100644 (file)
@@ -205,8 +205,8 @@ int title(void)
                             }
                         }
                     }
-                  break;
                 }
+              break;
             case 3:
               done = 1;
               quit = leveleditor(1);