aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/game_data.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/game_data.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/game_data.cpp')
-rw-r--r--engines/mads/game_data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/game_data.cpp b/engines/mads/game_data.cpp
index ba24ed9ca1..cbc8f93a4b 100644
--- a/engines/mads/game_data.cpp
+++ b/engines/mads/game_data.cpp
@@ -24,7 +24,7 @@
#include "mads/mads.h"
#include "mads/game.h"
#include "mads/nebular/game_nebular.h"
-#include "mads/graphics.h"
+#include "mads/screen.h"
#include "mads/msurface.h"
#include "mads/resources.h"