From 8d0d856bd85b11998655608a3ca4d1e52e129c96 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 29 Sep 2006 05:33:22 +0000 Subject: Add last game (dimp) of PP svn-id: r24002 --- engines/simon/simon.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engines/simon/simon.cpp') diff --git a/engines/simon/simon.cpp b/engines/simon/simon.cpp index 74cc08ee8c..d238b7e269 100644 --- a/engines/simon/simon.cpp +++ b/engines/simon/simon.cpp @@ -422,7 +422,10 @@ int SimonEngine::init() { return -1; } - if (getGameType() == GType_FF || getGameType() == GType_PP) { + if (getGameId() == GID_DIMP) { + _screenWidth = 496; + _screenHeight = 400; + } else if (getGameType() == GType_FF || getGameType() == GType_PP) { _screenWidth = 640; _screenHeight = 480; } else { -- cgit v1.2.3