This commit is contained in:
Paul 2001-07-16 21:39:50 +00:00
parent 767dc508a5
commit 2237dbd79b
3 changed files with 5 additions and 4 deletions

View file

@ -41,7 +41,7 @@
struct SaveLoad_SystemDetails
{
char m_screenOffX,m_screenOffY;
unsigned char m_volumes[CSoundMediator::NUM_VOLUMETYPES];
unsigned char m_volumes[CSoundMediator::NUM_VOLUMETYPESTOSAVE];
unsigned char m_controlStyle,m_vibrationIsTurnedOn;
unsigned char m_language;
};
@ -92,7 +92,7 @@ private:
enum
{
SAVELOAD_HEADERID=2,
SAVELOAD_HEADERID=3,
};