Home
last modified time | relevance | path

Searched refs:prisonName (Results 1 – 1 of 1) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwworld/
H A Dworldimp.cpp3607 std::string prisonName = prisonMarker.getCellRef().getDestCell(); in confiscateStolenItems() local
3608 if ( prisonName.empty() ) in confiscateStolenItems()
3613 MWWorld::CellStore *prison = getInterior( prisonName ); in confiscateStolenItems()
3616 Log(Debug::Warning) << "Failed to confiscate items: failed to load cell " << prisonName; in confiscateStolenItems()