mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-06 02:46:49 +00:00
TWINE: removed todo comment
polygon details are implemented now
This commit is contained in:
parent
a06f832e4e
commit
55d1d15eba
@ -92,7 +92,7 @@ struct ConfigFile {
|
||||
bool Debug = false;
|
||||
/** Type of music file to be used */
|
||||
MidiFileType MidiType = MIDIFILE_NONE;
|
||||
/** *Game version */
|
||||
/** Game version */
|
||||
int32 Version = EUROPE_VERSION;
|
||||
/** If you want to use the LBA CD or not */
|
||||
int32 UseCD = 0;
|
||||
@ -115,7 +115,6 @@ struct ConfigFile {
|
||||
// these settings can be changed in-game - and must be persisted
|
||||
/** Shadow mode type, value: all, character only, none */
|
||||
int32 ShadowMode = 0;
|
||||
// TODO: currently unused
|
||||
int32 PolygonDetails = 2;
|
||||
/** Scenery Zoom */
|
||||
bool SceZoom = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user