diff options
Diffstat (limited to 'engines/tony/custom.cpp')
| -rw-r--r-- | engines/tony/custom.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/tony/custom.cpp b/engines/tony/custom.cpp index 989702cd3c..6bd53bb4b1 100644 --- a/engines/tony/custom.cpp +++ b/engines/tony/custom.cpp @@ -1086,6 +1086,8 @@ void tonyMacbeth(CORO_PARAM, uint32 nPos, uint32, uint32, uint32) { case 9: GLOBALS._nTonyNextTalkType = GLOBALS._tony->TALK_MACBETH9; break; + default: + break; } } |
