aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/ui/kia_section_suspects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/ui/kia_section_suspects.cpp')
-rw-r--r--engines/bladerunner/ui/kia_section_suspects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/bladerunner/ui/kia_section_suspects.cpp b/engines/bladerunner/ui/kia_section_suspects.cpp
index ce13243f76..053705c9da 100644
--- a/engines/bladerunner/ui/kia_section_suspects.cpp
+++ b/engines/bladerunner/ui/kia_section_suspects.cpp
@@ -498,7 +498,7 @@ void KIASectionSuspects::updateSuspectPhoto() {
if (_suspectPhotoShapeId != -1) {
_suspectPhotoShape = new Shape(_vm);
- _suspectPhotoShape->readFromContainer("photos.shp", _suspectPhotoShapeId);
+ _suspectPhotoShape->open("photos.shp", _suspectPhotoShapeId);
}
}