From 789b4e320bf229219213233bdfbc2b5b95fa2e41 Mon Sep 17 00:00:00 2001 From: zuu Date: Sun, 21 Jul 2013 17:14:35 +0000 Subject: (svn r25624) -Fix (r25620, r25623): Silence warnings --- src/story_gui.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/story_gui.cpp') diff --git a/src/story_gui.cpp b/src/story_gui.cpp index 8ce0dcb82..e2a325911 100644 --- a/src/story_gui.cpp +++ b/src/story_gui.cpp @@ -535,6 +535,8 @@ public: SetDParamStr(0, pe->text); DrawActionElement(y_offset, right - x, line_height, GetPageElementSprite(*pe)); break; + + default: NOT_REACHED(); } } -- cgit v1.2.3-54-g00ecf