mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-26 03:37:53 +00:00
This code should be revised...
svn-id: r17778
This commit is contained in:
parent
554ecd57cb
commit
ef760277e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user