summaryrefslogtreecommitdiff
path: root/src/story_gui.cpp
diff options
context:
space:
mode:
authorzuu <zuu@openttd.org>2013-07-21 17:14:35 +0000
committerzuu <zuu@openttd.org>2013-07-21 17:14:35 +0000
commit789b4e320bf229219213233bdfbc2b5b95fa2e41 (patch)
tree2d88604e405107d9cbe87c3abcdeda1c8ecf0de2 /src/story_gui.cpp
parent4f6d19465b3a04446aec798c35b2387c7a5b6777 (diff)
downloadopenttd-789b4e320bf229219213233bdfbc2b5b95fa2e41.tar.xz
(svn r25624) -Fix (r25620, r25623): Silence warnings
Diffstat (limited to 'src/story_gui.cpp')
-rw-r--r--src/story_gui.cpp2
1 files changed, 2 insertions, 0 deletions
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();
}
}