This commit is contained in:
parent
58aa720424
commit
9bc1016a7f
2 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@
|
|||
struct SaveLoad_SystemDetails
|
||||
{
|
||||
char m_screenOffX,m_screenOffY;
|
||||
unsigned char m_volumes[CSoundMediator::NUM_VOLUMETYPESTOSAVE];
|
||||
unsigned char m_volumes[CSoundMediator::NUM_VOLUMETYPESTOSAVE+1];
|
||||
unsigned char m_controlStyle,m_vibrationIsTurnedOn;
|
||||
unsigned char m_language;
|
||||
};
|
||||
|
@ -92,7 +92,7 @@ private:
|
|||
|
||||
enum
|
||||
{
|
||||
SAVELOAD_HEADERID=3,
|
||||
SAVELOAD_HEADERID=4,
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue