(svn r21571) -Codechange: Having a break after a return is no good.

This commit is contained in:
alberth
2010-12-21 15:23:54 +00:00
parent 884b44990a
commit b633ffaa1d
6 changed files with 3 additions and 6 deletions

View File

@@ -100,7 +100,6 @@
case VEH_SHIP:
case VEH_AIRCRAFT:
return e->GetDisplayDefaultCapacity();
break;
default: NOT_REACHED();
}