diff options
Diffstat (limited to 'engines/tony/gfxengine.cpp')
| -rw-r--r-- | engines/tony/gfxengine.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/tony/gfxengine.cpp b/engines/tony/gfxengine.cpp index efbf63a6f5..1851eac56d 100644 --- a/engines/tony/gfxengine.cpp +++ b/engines/tony/gfxengine.cpp @@ -341,6 +341,9 @@ SKIPCLICKSINISTRO: _rcWipeEllipse.right += FSTEP; _rcWipeEllipse.bottom += FSTEP; break; + + default: + break; } } |
