aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/map.h
diff options
context:
space:
mode:
authorStrangerke2015-05-22 19:52:00 +0200
committerStrangerke2015-05-22 19:52:00 +0200
commit9a58e485bfeb97c2a282f809386350e697790db5 (patch)
treea8cc35d30d0d53fbac99ffeb189f141aa24608bb /engines/sherlock/map.h
parent68c7c158e93e27919d0b63d537b3b18ba35543ca (diff)
downloadscummvm-rg350-9a58e485bfeb97c2a282f809386350e697790db5.tar.gz
scummvm-rg350-9a58e485bfeb97c2a282f809386350e697790db5.tar.bz2
scummvm-rg350-9a58e485bfeb97c2a282f809386350e697790db5.zip
SHERLOCK: Fix some uninitialized values and unused variables
Diffstat (limited to 'engines/sherlock/map.h')
-rw-r--r--engines/sherlock/map.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sherlock/map.h b/engines/sherlock/map.h
index 2c8c02325b..ab70b0885f 100644
--- a/engines/sherlock/map.h
+++ b/engines/sherlock/map.h
@@ -48,7 +48,10 @@ class MapPaths {
private:
int _numLocations;
Common::Array< Common::Array<byte> > _paths;
+
public:
+ MapPaths();
+
/**
* Load the data for the paths between locations on the map
*/