Add breaks where they should be

This commit is contained in:
simon.kagstrom 2010-01-07 17:42:38 +00:00
parent 8d0c566c28
commit 1b4566fbd5

View File

@ -83,6 +83,7 @@ public:
default:
panic("Classic: impossible selection %d", this->p_submenus[3].sel); break;
}
break;
case 8:
switch (this->p_submenus[4].sel)
{
@ -91,6 +92,7 @@ public:
default:
panic("Classic: impossible selection %d", this->p_submenus[4].sel); break;
}
break;
default:
panic("Impossible menu option\n");
break;