mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39:24 +01:00
Add breaks where they should be
This commit is contained in:
parent
8d0c566c28
commit
1b4566fbd5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user