aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular
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/nebular
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/nebular')
-rw-r--r--engines/mads/nebular/dialogs_nebular.cpp2
-rw-r--r--engines/mads/nebular/game_nebular.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/nebular/dialogs_nebular.cpp b/engines/mads/nebular/dialogs_nebular.cpp
index 6d2321eae2..dc74f39fe8 100644
--- a/engines/mads/nebular/dialogs_nebular.cpp
+++ b/engines/mads/nebular/dialogs_nebular.cpp
@@ -23,7 +23,7 @@
#include "common/scummsys.h"
#include "common/config-manager.h"
#include "mads/mads.h"
-#include "mads/graphics.h"
+#include "mads/screen.h"
#include "mads/msurface.h"
#include "mads/nebular/dialogs_nebular.h"
diff --git a/engines/mads/nebular/game_nebular.cpp b/engines/mads/nebular/game_nebular.cpp
index 65abb40f1e..8948689622 100644
--- a/engines/mads/nebular/game_nebular.cpp
+++ b/engines/mads/nebular/game_nebular.cpp
@@ -24,7 +24,7 @@
#include "common/config-manager.h"
#include "mads/mads.h"
#include "mads/game.h"
-#include "mads/graphics.h"
+#include "mads/screen.h"
#include "mads/msurface.h"
#include "mads/nebular/game_nebular.h"
#include "mads/nebular/dialogs_nebular.h"