mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Cosmetics
This commit is contained in:
parent
abc37fd901
commit
3105fd0f00
@ -4167,12 +4167,12 @@ bool CEvent::WriteInfo()
|
||||
info.scrollSpeed = m_scrollSpeed;
|
||||
info.bAccessBuild = m_bAccessBuild;
|
||||
|
||||
info.skill = m_pDecor->GetSkill();
|
||||
info.skill = m_pDecor->GetSkill ();
|
||||
|
||||
info.audioVolume = m_pSound->GetAudioVolume();
|
||||
info.midiVolume = m_pSound->GetMidiVolume();
|
||||
info.audioVolume = m_pSound->GetAudioVolume ();
|
||||
info.midiVolume = m_pSound->GetMidiVolume ();
|
||||
|
||||
nb = fwrite (&info, sizeof (DescInfo), 1, file);
|
||||
nb = fwrite (&info, sizeof (info), 1, file);
|
||||
if (nb < 1)
|
||||
goto error;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user