diff --git a/engines/myst3/script.cpp b/engines/myst3/script.cpp index b1d9169fa9d..bf432d2a048 100644 --- a/engines/myst3/script.cpp +++ b/engines/myst3/script.cpp @@ -2417,6 +2417,7 @@ void Script::newGame(Context &c, const Opcode &cmd) { debugC(kDebugScript, "Opcode %d: New game", cmd.op); _vm->_state->newGame(); + _vm->_inventory->reset(); } } /* namespace Myst3 */