This commit is contained in:
parent
767dc508a5
commit
2237dbd79b
3 changed files with 5 additions and 4 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue