MYST3: Empty the inventory on new game

This commit is contained in:
Bastien Bouclet 2012-02-19 17:37:42 +01:00
parent 718789b48f
commit b8d57057de

View file

@ -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 */