From d97a8905cc18ccf9d036f7708d8e2cf8dfba6067 Mon Sep 17 00:00:00 2001 From: Bendegúz Nagy Date: Sat, 20 Aug 2016 13:25:37 +0200 Subject: DM: Remove some warnings --- engines/dm/dm.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'engines/dm/dm.cpp') diff --git a/engines/dm/dm.cpp b/engines/dm/dm.cpp index 43f9c27580..bdbbb1b89d 100644 --- a/engines/dm/dm.cpp +++ b/engines/dm/dm.cpp @@ -147,16 +147,6 @@ int16 M38_distance(int16 mapx1, int16 mapy1, int16 mapx2, int16 mapy2) { } DMEngine::DMEngine(OSystem *syst, const ADGameDescription *desc) : Engine(syst), _console(nullptr), _gameVersion(desc) { -// Do not load data files -// Do not initialize graphics here -// Do not initialize audio devices here -// Do these from run - -//Specify all default directories -//const Common::FSNode gameDataDir(ConfMan.get("example")); -//SearchMan.addSubDirectoryMatching(gameDataDir, "example2"); - DebugMan.addDebugChannel(kDMDebugExample, "example", "example desc"); - // register random source _rnd = new Common::RandomSource("dm"); -- cgit v1.2.3