From b2d2bd6f2d4e33ffe545046540a386253d43f8b3 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 2 Jan 2008 03:36:19 +0000 Subject: Room backgrounds now display in EGA mode svn-id: r30138 --- engines/lure/surface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/lure/surface.h') diff --git a/engines/lure/surface.h b/engines/lure/surface.h index 71a184be87..789fec6f14 100644 --- a/engines/lure/surface.h +++ b/engines/lure/surface.h @@ -52,6 +52,7 @@ public: MemoryBlock &data() { return *_data; } void loadScreen(uint16 resourceId); + void loadScreen(MemoryBlock *data); int writeChar(uint16 x, uint16 y, uint8 ascii, bool transparent, uint8 colour); void writeString(uint16 x, uint16 y, Common::String line, bool transparent, uint8 colour = DIALOG_TEXT_COLOUR, bool varLength = true); -- cgit v1.2.3