From ebe83ed3909de75f401278afbf85a02c9a9ccf1a Mon Sep 17 00:00:00 2001 From: richiesams Date: Sat, 3 Aug 2013 13:49:21 -0500 Subject: ZVISION: Make panorama and tilt control generate the RenderTable after setting all the settings --- engines/zvision/control.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines') diff --git a/engines/zvision/control.cpp b/engines/zvision/control.cpp index 986a7ae093..fdb88c68e1 100644 --- a/engines/zvision/control.cpp +++ b/engines/zvision/control.cpp @@ -66,6 +66,8 @@ void Control::parsePanoramaControl(ZVision *engine, Common::SeekableReadStream & line = stream.readLine(); trimCommentsAndWhiteSpace(&line); } + + renderTable->generateRenderTable(); } void Control::parseTiltControl(ZVision *engine, Common::SeekableReadStream &stream) { @@ -96,6 +98,8 @@ void Control::parseTiltControl(ZVision *engine, Common::SeekableReadStream &stre line = stream.readLine(); trimCommentsAndWhiteSpace(&line); } + + renderTable->generateRenderTable(); } } // End of namespace ZVision -- cgit v1.2.3