1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Cosmetics

This commit is contained in:
Mathieu Schroeter 2017-02-12 18:06:46 +01:00
parent abc37fd901
commit 3105fd0f00

View File

@ -4172,7 +4172,7 @@ bool CEvent::WriteInfo()
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;