aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/scalpel/scalpel.h')
-rw-r--r--engines/sherlock/scalpel/scalpel.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/sherlock/scalpel/scalpel.h b/engines/sherlock/scalpel/scalpel.h
index 34d017e757..aa00acab84 100644
--- a/engines/sherlock/scalpel/scalpel.h
+++ b/engines/sherlock/scalpel/scalpel.h
@@ -24,7 +24,6 @@
#define SHERLOCK_SCALPEL_H
#include "sherlock/sherlock.h"
-#include "sherlock/scalpel/chess.h"
#include "sherlock/scalpel/darts.h"
namespace Sherlock {
@@ -33,9 +32,8 @@ namespace Scalpel {
class ScalpelEngine : public SherlockEngine {
private:
- Chess *_chess;
Darts *_darts;
- int _chessResult;
+ int _mapResult;
bool showCityCutscene();
bool showAlleyCutscene();