Fix some missing default cases and possible fall-through issues.

This commit is contained in:
GJ
2013-02-13 16:34:36 -05:00
parent 3a919f3e4c
commit f4da69a205
6 changed files with 15 additions and 1 deletions

View File

@ -42,6 +42,9 @@ public class XpBar {
case DISABLED:
break;
default:
break;
}
spoutPlayer.getMainScreen().setDirty(true);
@ -194,6 +197,9 @@ public class XpBar {
case DISABLED:
break;
default:
break;
}
}