summaryrefslogtreecommitdiff
path: root/src/story.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/story.cpp')
-rw-r--r--src/story.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/story.cpp b/src/story.cpp
index e4b1aa59e..b85ce20ac 100644
--- a/src/story.cpp
+++ b/src/story.cpp
@@ -88,6 +88,7 @@ static void UpdateElement(StoryPageElement &pe, TileIndex tile, uint32 reference
case SPET_GOAL:
pe.referenced_id = (GoalID)reference;
break;
+ default: NOT_REACHED();
}
}