aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.h
diff options
context:
space:
mode:
authorMax Horn2006-02-12 01:42:34 +0000
committerMax Horn2006-02-12 01:42:34 +0000
commitbe068cf6f38be3e12ea0b12a6a9076f48c978138 (patch)
tree7e267024920fef6683a32fda9f98b103d2335cd1 /engines/simon/simon.h
parent24a5ba86a7a4ec4992cb81d6faca14198efc6d48 (diff)
downloadscummvm-rg350-be068cf6f38be3e12ea0b12a6a9076f48c978138.tar.gz
scummvm-rg350-be068cf6f38be3e12ea0b12a6a9076f48c978138.tar.bz2
scummvm-rg350-be068cf6f38be3e12ea0b12a6a9076f48c978138.zip
The GameDetector is no longer a required parameter for Engine constructors
svn-id: r20590
Diffstat (limited to 'engines/simon/simon.h')
-rw-r--r--engines/simon/simon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/simon.h b/engines/simon/simon.h
index 8fa27924b6..d61bedca77 100644
--- a/engines/simon/simon.h
+++ b/engines/simon/simon.h
@@ -437,7 +437,7 @@ protected:
byte _hebrew_char_widths[32];
public:
- SimonEngine(GameDetector *detector, OSystem *syst);
+ SimonEngine(OSystem *syst);
virtual ~SimonEngine();
protected: