summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_event_types.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-12-21 15:23:54 +0000
committeralberth <alberth@openttd.org>2010-12-21 15:23:54 +0000
commitb633ffaa1d58a8ad0f0e9aa34982877c8cf552a2 (patch)
tree134c9a17f2148602117ae73920f7987844082a7b /src/ai/api/ai_event_types.cpp
parent884b44990a7effe740e705a0183d28f38bfa2b9d (diff)
downloadopenttd-b633ffaa1d58a8ad0f0e9aa34982877c8cf552a2.tar.xz
(svn r21571) -Codechange: Having a break after a return is no good.
Diffstat (limited to 'src/ai/api/ai_event_types.cpp')
-rw-r--r--src/ai/api/ai_event_types.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ai/api/ai_event_types.cpp b/src/ai/api/ai_event_types.cpp
index b61e07605..ee7e9491e 100644
--- a/src/ai/api/ai_event_types.cpp
+++ b/src/ai/api/ai_event_types.cpp
@@ -61,7 +61,6 @@ int32 AIEventEnginePreview::GetCapacity()
case VEH_SHIP:
case VEH_AIRCRAFT:
return e->GetDisplayDefaultCapacity();
- break;
default: NOT_REACHED();
}