aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/shape.h')
-rw-r--r--engines/bladerunner/shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/bladerunner/shape.h b/engines/bladerunner/shape.h
index 799826cb4b..fa286e590d 100644
--- a/engines/bladerunner/shape.h
+++ b/engines/bladerunner/shape.h
@@ -44,7 +44,7 @@ public:
Shape(BladeRunnerEngine *vm);
~Shape();
- bool readFromContainer(const Common::String &container, int index);
+ bool open(const Common::String &container, int index);
void draw(Graphics::Surface &surface, int x, int y) const;