diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cryomni3d/fixed_image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cryomni3d/fixed_image.h b/engines/cryomni3d/fixed_image.h index 7e3d26655a..b462315323 100644 --- a/engines/cryomni3d/fixed_image.h +++ b/engines/cryomni3d/fixed_image.h @@ -74,6 +74,7 @@ public: const Graphics::Surface *surface() const { return _imageSurface; } void changeCallback(CallbackFunctor *callback) { delete _callback; _callback = callback; } Common::Point getZoneCenter(unsigned int zoneId) const; + void disableZone(unsigned int zoneId) { _zones[zoneId].valid = false; } ZonesMode _zonesMode; |