diff options
Diffstat (limited to 'scumm/wiz_he.cpp')
-rw-r--r-- | scumm/wiz_he.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scumm/wiz_he.cpp b/scumm/wiz_he.cpp index 5cb9aead52..e09ced88ed 100644 --- a/scumm/wiz_he.cpp +++ b/scumm/wiz_he.cpp @@ -1818,6 +1818,18 @@ void ScummEngine_v90he::processWizImage(const WizParameters *params) { case 10: fillWizParallelogram(params); break; + case 13: + // Used in SamsFunShop + // Start font + break; + case 14: + // Used in SamsFunShop + // End font + break; + case 15: + // Used in SamsFunShop + // Create font + break; default: error("Unhandled processWizImage mode %d", params->processMode); } |