Reorder Descent II specific arguments to be together

This commit is contained in:
Kp 2013-03-03 22:46:28 +00:00
parent ae72cf6700
commit b9d5e894b9

View file

@ -58,11 +58,11 @@ typedef struct Arg
int CtlNoStickyKeys;
int SndNoSound;
int SndNoMusic;
int SndDigiSampleRate;
int SndDisableSdlMixer;
int SndDigiSampleRate;
int GfxMovieHires;
int GfxHiresGFXAvailable;
int GfxHiresFNTAvailable;
int GfxMovieHires;
#ifdef OGL
int OglFixedFont;
#endif