diff options
Diffstat (limited to 'scumm/script_v80he.cpp')
-rw-r--r-- | scumm/script_v80he.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/script_v80he.cpp b/scumm/script_v80he.cpp index beefe9ae5d..6b61e8a3e5 100644 --- a/scumm/script_v80he.cpp +++ b/scumm/script_v80he.cpp @@ -604,6 +604,8 @@ void ScummEngine_v80he::o80_setState() { } void ScummEngine_v80he::o80_drawWizPolygon() { + error("o80_drawWizPolygon"); + int xy1 = pop(); int resnum = pop(); |