diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tsage/core.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tsage/core.cpp b/engines/tsage/core.cpp index e9f0079236..b3b1693cc3 100644 --- a/engines/tsage/core.cpp +++ b/engines/tsage/core.cpp @@ -3707,6 +3707,7 @@ void Game::restart() { _globals->_inventory._bone._sceneNumber = 5300; _globals->_inventory._jar._sceneNumber = 7700; _globals->_inventory._emptyJar._sceneNumber = 7700; + _globals->_inventory._selectedItem = NULL; // Change to the first game scene _globals->_sceneManager.changeScene(30); |