diff options
Diffstat (limited to 'engines/hdb/lua-script.cpp')
-rw-r--r-- | engines/hdb/lua-script.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/lua-script.cpp b/engines/hdb/lua-script.cpp index 82a52f7c24..054bde9104 100644 --- a/engines/hdb/lua-script.cpp +++ b/engines/hdb/lua-script.cpp @@ -1018,6 +1018,8 @@ static int animation(lua_State *L) { if (playsnd) g_hdb->_sound->playSound(SND_CHICKEN_DEATH); break; + default: + break; } lua_pop(L, 3); |