mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
TSAGE: Fix for initialising inventory for new R2R games
This commit is contained in:
parent
587063afba
commit
cf7d1378c8
@ -381,6 +381,9 @@ void Ringworld2Globals::reset() {
|
||||
if (!_scannerDialog)
|
||||
_scannerDialog = new ScannerDialog();
|
||||
|
||||
// Default to Quinn as the active character
|
||||
T2_GLOBALS._player._characterIndex = R2_QUINN;
|
||||
|
||||
// Reset the inventory
|
||||
R2_INVENTORY.reset();
|
||||
T2_GLOBALS._uiElements.updateInventory();
|
||||
|
Loading…
x
Reference in New Issue
Block a user