aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/messages.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-13 22:25:16 -0400
committerPaul Gilbert2014-03-13 22:25:16 -0400
commit3f0cd4771c94a83c72f09f74ba351a3905357d1c (patch)
tree5bc2e37b658b01403a5cb59337094719f7e3192a /engines/mads/messages.cpp
parent84fb90e7a52daffd862159d54cda4817aa930a6f (diff)
downloadscummvm-rg350-3f0cd4771c94a83c72f09f74ba351a3905357d1c.tar.gz
scummvm-rg350-3f0cd4771c94a83c72f09f74ba351a3905357d1c.tar.bz2
scummvm-rg350-3f0cd4771c94a83c72f09f74ba351a3905357d1c.zip
MADS: Fixed handling of dirty rects to copy areas to the physical screen
Diffstat (limited to 'engines/mads/messages.cpp')
-rw-r--r--engines/mads/messages.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/messages.cpp b/engines/mads/messages.cpp
index dcac541cf8..21463aa58a 100644
--- a/engines/mads/messages.cpp
+++ b/engines/mads/messages.cpp
@@ -23,7 +23,7 @@
#include "common/scummsys.h"
#include "mads/mads.h"
#include "mads/font.h"
-#include "mads/graphics.h"
+#include "mads/screen.h"
#include "mads/messages.h"
#include "mads/scene_data.h"