diff --git a/Strategic/Map Screen Interface Map Inventory.cpp b/Strategic/Map Screen Interface Map Inventory.cpp index 10f6432f..5c2649b6 100644 --- a/Strategic/Map Screen Interface Map Inventory.cpp +++ b/Strategic/Map Screen Interface Map Inventory.cpp @@ -2193,6 +2193,7 @@ void BuildStashForSelectedSector( INT16 sMapX, INT16 sMapY, INT16 sMapZ ) uiNumberOfUnSeenItems++; } pipl->fExists = FALSE; + pipl->usFlags = 0; pipl->object.usItem = NONE; pipl->object.ubNumberOfObjects = 0; } @@ -2204,6 +2205,7 @@ void BuildStashForSelectedSector( INT16 sMapX, INT16 sMapY, INT16 sMapZ ) for(i=uiNumberOfSeenItems; ifExists = FALSE; + pipl->usFlags = 0; pipl->object.usItem = NONE; pipl->object.ubNumberOfObjects = 0; }