From 3285a4ba4d585739577176baddd8f48478d2f229 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 30 Jan 2010 09:21:07 +0000 Subject: Beginnings of a separation of the MADS and M4 engines into separate classes. This will be cleaner then having checks everywhere for whether the game mode is MADS or M4. svn-id: r47705 --- engines/m4/converse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/m4/converse.cpp') diff --git a/engines/m4/converse.cpp b/engines/m4/converse.cpp index 63c56c09fa..7bdc289742 100644 --- a/engines/m4/converse.cpp +++ b/engines/m4/converse.cpp @@ -75,7 +75,7 @@ namespace M4 { #define CHUNK_WPRL MKID_BE('WPRL') // weighted preply chunk -ConversationView::ConversationView(M4Engine *vm): View(vm, Common::Rect(0, +ConversationView::ConversationView(MadsM4Engine *vm): View(vm, Common::Rect(0, vm->_screen->height() - INTERFACE_HEIGHT, vm->_screen->width(), vm->_screen->height())) { _screenType = VIEWID_CONVERSATION; -- cgit v1.2.3