From a9dc8215bb90f7e6944b729fcf4751fa72bf0120 Mon Sep 17 00:00:00 2001 From: Vladimir Menshakov Date: Tue, 17 Nov 2009 20:47:03 +0000 Subject: found strange hack about room 7 and overlay. svn-id: r45957 --- engines/teenagent/surface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/teenagent/surface.h') diff --git a/engines/teenagent/surface.h b/engines/teenagent/surface.h index e18c101fc8..732e39073d 100644 --- a/engines/teenagent/surface.h +++ b/engines/teenagent/surface.h @@ -39,7 +39,7 @@ public: uint16 x, y; Surface(); - void load(Common::SeekableReadStream *stream, Type type); + void load(Common::SeekableReadStream *stream, Type type, int sub_hack = 0); Common::Rect render(Graphics::Surface *surface, int dx = 0, int dy = 0, bool mirror = false, Common::Rect src_rect = Common::Rect()); bool empty() const { return pixels == NULL; } -- cgit v1.2.3