diff options
Diffstat (limited to 'scumm/wiz_he.cpp')
-rw-r--r-- | scumm/wiz_he.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/wiz_he.cpp b/scumm/wiz_he.cpp index d45fb512fe..2829e9202b 100644 --- a/scumm/wiz_he.cpp +++ b/scumm/wiz_he.cpp @@ -1834,6 +1834,10 @@ void ScummEngine_v90he::processWizImage(const WizParameters *params) { // Used in PuttsFunShop/SamsFunShop // TODO: Create font break; + case 17: + // Used in PuttsFunShop/SamsFunShop + // TODO: Ellipse + break; default: error("Unhandled processWizImage mode %d", params->processMode); } |