diff options
-rw-r--r-- | engines/sci/engine/segment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/segment.h b/engines/sci/engine/segment.h index 9a921d633a..8df3653434 100644 --- a/engines/sci/engine/segment.h +++ b/engines/sci/engine/segment.h @@ -884,6 +884,7 @@ public: type = "string"; break; case kArrayTypeInvalid: + default: type = "invalid"; break; } |