Oops. Moved too much code in the last commit.

svn-id: r30162
This commit is contained in:
Eugene Sandulenko 2008-01-02 18:59:15 +00:00
parent 2d94049bea
commit 040a7b54fa
2 changed files with 6 additions and 6 deletions

View file

@ -602,6 +602,12 @@ ScummEngine::~ScummEngine() {
ScummEngine_v5::ScummEngine_v5(OSystem *syst, const DetectorResult &dr)
: ScummEngine(syst, dr) {
// All "classic" games (V5 and older) encrypted their data files
// with exception of the GF_OLD256 games and the PC-Engine version
// of Loom.
if (!(_game.features & GF_OLD256) && _game.platform != Common::kPlatformPCEngine)
_game.features |= GF_USE_KEY;
resetCursors();
// Setup flashlight