mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-13 21:20:58 +00:00
This code should be revised...
svn-id: r17778
This commit is contained in:
parent
554ecd57cb
commit
ef760277e6
@ -495,6 +495,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
|
||||
case 6: // number
|
||||
|
Loading…
x
Reference in New Issue
Block a user