aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/draw_v2.cpp
diff options
context:
space:
mode:
authorSven Hesse2018-02-13 13:26:49 +0100
committerSven Hesse2018-02-13 13:29:03 +0100
commita5fcdb55da40592718811caee82160ca97681ff9 (patch)
tree2e6d03591bbddaa9ff26fca72541a51943672a9e /engines/gob/draw_v2.cpp
parent9adaaf9c94ff7989441522548915b55de8ea5e9f (diff)
downloadscummvm-rg350-a5fcdb55da40592718811caee82160ca97681ff9.tar.gz
scummvm-rg350-a5fcdb55da40592718811caee82160ca97681ff9.tar.bz2
scummvm-rg350-a5fcdb55da40592718811caee82160ca97681ff9.zip
GOB: Mark intentional fallthrough in switch statements
Diffstat (limited to 'engines/gob/draw_v2.cpp')
-rw-r--r--engines/gob/draw_v2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/draw_v2.cpp b/engines/gob/draw_v2.cpp
index 9855b1ebd7..8d487f815a 100644
--- a/engines/gob/draw_v2.cpp
+++ b/engines/gob/draw_v2.cpp
@@ -562,6 +562,7 @@ void Draw_v2::printTotText(int16 id) {
default:
str[strPos] = (char) cmd;
+ // fall through
case 32:
mask[strPos++] = maskChar;
ptr++;