aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/scripts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/scripts.cpp')
-rw-r--r--engines/xeen/scripts.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/xeen/scripts.cpp b/engines/xeen/scripts.cpp
index 4e0363120c..daead8ce89 100644
--- a/engines/xeen/scripts.cpp
+++ b/engines/xeen/scripts.cpp
@@ -666,14 +666,14 @@ void Scripts::cmdTakeOrGive(Common::Array<byte> &params) {
switch (mode1) {
case 8:
mode1 = 0;
- // Deliberate fall-through
+ // fall through
case 21:
case 66:
if (param2) {
switch (mode2) {
case 82:
mode1 = 0;
- // Deliberate fall-through
+ // fall through
case 21:
case 34:
case 35:
@@ -711,7 +711,7 @@ void Scripts::cmdTakeOrGive(Common::Array<byte> &params) {
switch (mode2) {
case 82:
mode1 = 0;
- // Deliberate fall-through
+ // fall through
case 21:
case 34:
case 35: