From 27bc4f3f08680eff0423c74af8e98fd5b393bf17 Mon Sep 17 00:00:00 2001 From: Bertrand Augereau Date: Sun, 4 Sep 2011 13:20:02 +0200 Subject: DREAWMEB: 'showcity' ported to C++ --- engines/dreamweb/stubs.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'engines/dreamweb/stubs.cpp') diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp index 93688bf643..674bc49de3 100644 --- a/engines/dreamweb/stubs.cpp +++ b/engines/dreamweb/stubs.cpp @@ -1892,5 +1892,12 @@ void DreamGenContext::sortoutmap() { } } +void DreamGenContext::showcity() { + clearwork(); + Frame *tempGraphics = (Frame *)segRef(data.word(kTempgraphics)).ptr(0, 0); + showframe(tempGraphics, 57, 32, 0, 0); + showframe(tempGraphics, 120+57, 32, 1, 0); +} + } /*namespace dreamgen */ -- cgit v1.2.3