Restored previously removed displayFrequency field of glconfig_t.

It was removed by mistake: we need this for compatibility with other mods.
This commit is contained in:
Artem Kharytoniuk 2016-06-11 13:04:07 +03:00
parent 887c36612f
commit 9c8932083a

View File

@ -196,6 +196,11 @@ typedef struct {
// normal screens should be 4/3, but wide aspect monitors may be 16/9 // normal screens should be 4/3, but wide aspect monitors may be 16/9
float windowAspect; float windowAspect;
// <artem>
// Obsolete. Should be here for compatibility with other mods.
int displayFrequency;
// </artem>
// synonymous with "does rendering consume the entire screen?", therefore // synonymous with "does rendering consume the entire screen?", therefore
// a Voodoo or Voodoo2 will have this set to TRUE, as will a Win32 ICD that // a Voodoo or Voodoo2 will have this set to TRUE, as will a Win32 ICD that
// used CDS. // used CDS.