aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/glk/scott/scott.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/glk/scott/scott.cpp b/engines/glk/scott/scott.cpp
index 7070f40fd3..a974b839a9 100644
--- a/engines/glk/scott/scott.cpp
+++ b/engines/glk/scott/scott.cpp
@@ -608,6 +608,8 @@ int Scott::getInput(int *vb, int *no) {
case 'i':
strcpy(verb, "INVENTORY");
break;
+ default:
+ break;
}
}
nc = whichWord(verb, _nouns);
@@ -722,6 +724,8 @@ int Scott::performLine(int ct) {
if (_currentCounter != dv)
return 0;
break;
+ default:
+ break;
}
cc++;
}