(svn r25624) -Fix (r25620, r25623): Silence warnings

This commit is contained in:
zuu
2013-07-21 17:14:35 +00:00
parent df2285061a
commit a436485ce4
3 changed files with 3 additions and 1 deletions

View File

@@ -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();
}
}