diff options
| author | Max Horn | 2005-04-23 17:02:38 +0000 |
|---|---|---|
| committer | Max Horn | 2005-04-23 17:02:38 +0000 |
| commit | ef760277e62438d2d9a8a389746b5e811c3c5264 (patch) | |
| tree | af18ed53d4426bde35d84e6ec10618b6884be974 | |
| parent | 554ecd57cbe1bf396cda807e25bd4ed832850d0c (diff) | |
| download | scummvm-rg350-ef760277e62438d2d9a8a389746b5e811c3c5264.tar.gz scummvm-rg350-ef760277e62438d2d9a8a389746b5e811c3c5264.tar.bz2 scummvm-rg350-ef760277e62438d2d9a8a389746b5e811c3c5264.zip | |
This code should be revised...
svn-id: r17778
| -rw-r--r-- | scumm/script_v80he.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/script_v80he.cpp b/scumm/script_v80he.cpp index 875a7a3191..be3fac4bde 100644 --- a/scumm/script_v80he.cpp +++ b/scumm/script_v80he.cpp @@ -494,6 +494,10 @@ void ScummEngine_v80he::o80_writeConfigFile() { // we pretend that we don't have .ini file type = fetchScriptByte(); + + // FIXME: Consider using ConfigFile here instead of abusing the ConfigManager. + // If there are problems with this, feel free to talk to Fingolfin on how + // ConfigFile could be improved to suit your needs... switch (type) { case 43: // HE 100 |
