[Scummvm-git-logs] scummvm master -> 8499bd632fac659537039551a35c6ab7a3b9d9a6
aquadran
noreply at scummvm.org
Mon Sep 15 17:42:56 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
8499bd632f WINTERMUTE: Formatting
Commit: 8499bd632fac659537039551a35c6ab7a3b9d9a6
https://github.com/scummvm/scummvm/commit/8499bd632fac659537039551a35c6ab7a3b9d9a6
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2025-09-15T19:42:50+02:00
Commit Message:
WINTERMUTE: Formatting
Changed paths:
engines/wintermute/base/sound/base_sound_buffer.h
engines/wintermute/base/sound/base_sound_manager.cpp
engines/wintermute/base/sound/base_sound_manager.h
diff --git a/engines/wintermute/base/sound/base_sound_buffer.h b/engines/wintermute/base/sound/base_sound_buffer.h
index fee1a4cc346..4ab5e358205 100644
--- a/engines/wintermute/base/sound/base_sound_buffer.h
+++ b/engines/wintermute/base/sound/base_sound_buffer.h
@@ -68,7 +68,7 @@ public:
bool setVolume(int colume);
void updateVolume();
- void setType(Audio::Mixer::SoundType Type);
+ void setType(Audio::Mixer::SoundType type);
Audio::Mixer::SoundType getType() const;
bool loadFromFile(const Common::String &filename, bool forceReload = false);
diff --git a/engines/wintermute/base/sound/base_sound_manager.cpp b/engines/wintermute/base/sound/base_sound_manager.cpp
index 7167340ba83..839ac49aa42 100644
--- a/engines/wintermute/base/sound/base_sound_manager.cpp
+++ b/engines/wintermute/base/sound/base_sound_manager.cpp
@@ -42,7 +42,7 @@ namespace Wintermute {
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
-//IMPLEMENT_PERSISTENT(BaseSoundMgr, true);
+//IMPLEMENT_PERSISTENT(BaseSoundMgr, true)
//////////////////////////////////////////////////////////////////////////
BaseSoundMgr::BaseSoundMgr(BaseGame *inGame) : BaseClass(inGame) {
diff --git a/engines/wintermute/base/sound/base_sound_manager.h b/engines/wintermute/base/sound/base_sound_manager.h
index 9b1180f95ad..7a1542555e9 100644
--- a/engines/wintermute/base/sound/base_sound_manager.h
+++ b/engines/wintermute/base/sound/base_sound_manager.h
@@ -41,7 +41,7 @@ public:
bool resumeAll();
bool pauseAll(bool includingMusic = true);
bool cleanup();
- //DECLARE_PERSISTENT(BaseSoundMgr, BaseClass);
+ //DECLARE_PERSISTENT(BaseSoundMgr, BaseClass)
byte getMasterVolumePercent();
byte getMasterVolume();
bool setMasterVolumePercent(byte percent);
More information about the Scummvm-git-logs
mailing list