aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/fixed_image.h
diff options
context:
space:
mode:
authorLe Philousophe2019-05-05 12:32:46 +0200
committerEugene Sandulenko2019-06-01 22:43:48 +0200
commit91d0f43cbffddf413d6f8abe9c8015ce37482133 (patch)
tree1419e455722ef13c1faaf45889891ad2f18f246f /engines/cryomni3d/fixed_image.h
parent17887c713e89917db1daf07004079b9f33fb86a7 (diff)
downloadscummvm-rg350-91d0f43cbffddf413d6f8abe9c8015ce37482133.tar.gz
scummvm-rg350-91d0f43cbffddf413d6f8abe9c8015ce37482133.tar.bz2
scummvm-rg350-91d0f43cbffddf413d6f8abe9c8015ce37482133.zip
CRYOMNI3D: Add ability to choose ZON file
That's only used for workaround when an unused image file hasn't any ZON file for it
Diffstat (limited to 'engines/cryomni3d/fixed_image.h')
-rw-r--r--engines/cryomni3d/fixed_image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cryomni3d/fixed_image.h b/engines/cryomni3d/fixed_image.h
index 3cabfa3077..7321a30e05 100644
--- a/engines/cryomni3d/fixed_image.h
+++ b/engines/cryomni3d/fixed_image.h
@@ -69,7 +69,7 @@ public:
void display() const;
/* These functions and attributes are used in image handler */
- void load(const Common::String &image);
+ void load(const Common::String &image, const char *zone = nullptr);
void manage();
void updateSurface(const Graphics::Surface *newSurface);
const Graphics::Surface *surface() const { return _imageSurface; }