diff options
| author | Strangerke | 2012-12-16 00:26:54 +0100 |
|---|---|---|
| committer | Strangerke | 2012-12-16 00:26:54 +0100 |
| commit | 3c31d91d97c6f621e7f9bc22e3efe3b8ca38a079 (patch) | |
| tree | e564a75f7dd5dc1d2d9dbaa11f8f408ccb0d37ff /engines/hopkins/files.cpp | |
| parent | 2d172ab46e76f416b307ae11471a09c979855702 (diff) | |
| download | scummvm-rg350-3c31d91d97c6f621e7f9bc22e3efe3b8ca38a079.tar.gz scummvm-rg350-3c31d91d97c6f621e7f9bc22e3efe3b8ca38a079.tar.bz2 scummvm-rg350-3c31d91d97c6f621e7f9bc22e3efe3b8ca38a079.zip | |
HOPKINS: Remove zoom, mode, SDL Zoom and fullscreen variables
Also remove functions related to the loading of INI files
Diffstat (limited to 'engines/hopkins/files.cpp')
| -rw-r--r-- | engines/hopkins/files.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/engines/hopkins/files.cpp b/engines/hopkins/files.cpp index 04d4dab3cd..3e840ed60e 100644 --- a/engines/hopkins/files.cpp +++ b/engines/hopkins/files.cpp @@ -39,22 +39,6 @@ void FileManager::setParent(HopkinsEngine *vm) { } /** - * Load INI File - */ -void FileManager::loadIniFile(Common::StringMap &iniParams) { - // TODO: Review whether we can do something cleaner with ScummVM initialisation than - // just initialising the INI array as if it had read in the INI file - - iniParams["FULLSCREEN"] = "NO"; - iniParams["SETMODE"] = "1"; // 640x480 - iniParams["ZOOM"] = "100"; // No zooming - iniParams["VIDEOMEM"] = "YES"; - iniParams["FORCE8BITS"] = "NO"; - iniParams["FORCE16BITS"] = "YES"; - iniParams["SOUND"] = "YES"; -} - -/** * Load a file */ byte *FileManager::loadFile(const Common::String &file) { |
