aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/surface.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-11 08:32:31 -0400
committerPaul Gilbert2015-06-11 08:32:31 -0400
commit40a3a3b8353924b7bec4237d622e6ddddaf2aef8 (patch)
treecc52d4742d91bf3a59971861e4bdd263c01724e5 /engines/sherlock/surface.cpp
parent252b4d13171093ec90289e887bab891f591fe59c (diff)
downloadscummvm-rg350-40a3a3b8353924b7bec4237d622e6ddddaf2aef8.tar.gz
scummvm-rg350-40a3a3b8353924b7bec4237d622e6ddddaf2aef8.tar.bz2
scummvm-rg350-40a3a3b8353924b7bec4237d622e6ddddaf2aef8.zip
SHERLOCK: RT map display partially working
Diffstat (limited to 'engines/sherlock/surface.cpp')
-rw-r--r--engines/sherlock/surface.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sherlock/surface.cpp b/engines/sherlock/surface.cpp
index 436227eda2..3005c815ed 100644
--- a/engines/sherlock/surface.cpp
+++ b/engines/sherlock/surface.cpp
@@ -28,8 +28,6 @@
namespace Sherlock {
-const int TRANSPARENCY = 0xFF;
-
Surface::Surface(uint16 width, uint16 height, Common::Platform platform) : Fonts(), _freePixels(true) {
create(width, height, platform);
}