aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.cpp
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-20 13:25:37 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitd97a8905cc18ccf9d036f7708d8e2cf8dfba6067 (patch)
tree335e7a51be994e20af51d92413b7e56c968cbb69 /engines/dm/dm.cpp
parentca267da97c14268f8c650d7dac727182062129d0 (diff)
downloadscummvm-rg350-d97a8905cc18ccf9d036f7708d8e2cf8dfba6067.tar.gz
scummvm-rg350-d97a8905cc18ccf9d036f7708d8e2cf8dfba6067.tar.bz2
scummvm-rg350-d97a8905cc18ccf9d036f7708d8e2cf8dfba6067.zip
DM: Remove some warnings
Diffstat (limited to 'engines/dm/dm.cpp')
-rw-r--r--engines/dm/dm.cpp10
1 files changed, 0 insertions, 10 deletions
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");