aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/graphics/render_table.cpp
diff options
context:
space:
mode:
authorMarisa-Chan2014-11-12 15:52:20 +0600
committerMarisa-Chan2014-11-12 15:52:20 +0600
commite57c358cead20cbf75332a15c4961ff6c15abf6a (patch)
tree93a1fa6f363e27451f7912754839abfcdb06d758 /engines/zvision/graphics/render_table.cpp
parentc4911135c152b9f7eb082dee1af79d82932e72c0 (diff)
downloadscummvm-rg350-e57c358cead20cbf75332a15c4961ff6c15abf6a.tar.gz
scummvm-rg350-e57c358cead20cbf75332a15c4961ff6c15abf6a.tar.bz2
scummvm-rg350-e57c358cead20cbf75332a15c4961ff6c15abf6a.zip
ZVISION: Implement method for getting panorama reverse flag
Diffstat (limited to 'engines/zvision/graphics/render_table.cpp')
-rw-r--r--engines/zvision/graphics/render_table.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/zvision/graphics/render_table.cpp b/engines/zvision/graphics/render_table.cpp
index bb095f0c9a..629cbde3cf 100644
--- a/engines/zvision/graphics/render_table.cpp
+++ b/engines/zvision/graphics/render_table.cpp
@@ -245,6 +245,10 @@ void RenderTable::setPanoramaReverse(bool reverse) {
_panoramaOptions.reverse = reverse;
}
+bool RenderTable::getPanoramaReverse() {
+ return _panoramaOptions.reverse;
+}
+
void RenderTable::setPanoramaZeroPoint(uint16 point) {
_panoramaOptions.zeroPoint = point;
}