[Scummvm-git-logs] scummvm master -> 452e438f69274ede868fd96959fb90ff868f3bb7

bluegr noreply at scummvm.org
Wed Jul 3 08:10:00 UTC 2024


This automated email contains information about 3 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e79648d2ae JANITORIAL: Fix noticably typo in midi.cpp
9b68ebea3a JANITORIAL: Fix verison typo in saveload.cpp
452e438f69 JANITORIAL: Fix specfic typos in sound.h


Commit: e79648d2ae4110077c953d0cf65d96e34f98c3bc
    https://github.com/scummvm/scummvm/commit/e79648d2ae4110077c953d0cf65d96e34f98c3bc
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-07-03T11:09:57+03:00

Commit Message:
JANITORIAL: Fix noticably typo in midi.cpp

Changed paths:
    engines/agos/midi.cpp


diff --git a/engines/agos/midi.cpp b/engines/agos/midi.cpp
index 6f697a55dc7..0d824c1cf48 100644
--- a/engines/agos/midi.cpp
+++ b/engines/agos/midi.cpp
@@ -398,7 +398,7 @@ int MidiPlayer::open() {
 		_driverMsMusic->setControllerDefault(MidiDriver_Multisource::CONTROLLER_DEFAULT_VOLUME);
 		_driverMsMusic->setControllerDefault(MidiDriver_Multisource::CONTROLLER_DEFAULT_PANNING);
 
-		// The Windows version uses music tempos which are noticably faster
+		// The Windows version uses music tempos which are noticeably faster
 		// than those used by the DOS versions. The MIDI parsers can be
 		// configured to use one of both tempos. The DOS tempos will be used
 		// for the DOS versions or if the user has selected the "Use DOS music


Commit: 9b68ebea3a0a2c3316305524ef3e21e596e86485
    https://github.com/scummvm/scummvm/commit/9b68ebea3a0a2c3316305524ef3e21e596e86485
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-07-03T11:09:57+03:00

Commit Message:
JANITORIAL: Fix verison typo in saveload.cpp

Changed paths:
    engines/agos/saveload.cpp


diff --git a/engines/agos/saveload.cpp b/engines/agos/saveload.cpp
index 85204c5319e..8794c7e5568 100644
--- a/engines/agos/saveload.cpp
+++ b/engines/agos/saveload.cpp
@@ -222,7 +222,7 @@ bool AGOSEngine_Waxworks::confirmOverWrite(WindowBlock *window) {
 }
 
 bool AGOSEngine_Elvira2::confirmOverWrite(WindowBlock *window) {
-	// Original verison never confirmed
+	// Original version never confirmed
 	return true;
 }
 


Commit: 452e438f69274ede868fd96959fb90ff868f3bb7
    https://github.com/scummvm/scummvm/commit/452e438f69274ede868fd96959fb90ff868f3bb7
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-07-03T11:09:57+03:00

Commit Message:
JANITORIAL: Fix specfic typos in sound.h

Changed paths:
    engines/agos/sound.h


diff --git a/engines/agos/sound.h b/engines/agos/sound.h
index 8eb674e37b1..d9a2deac508 100644
--- a/engines/agos/sound.h
+++ b/engines/agos/sound.h
@@ -59,7 +59,7 @@ private:
 	bool _hasVoiceFile;
 	uint16 _ambientPlaying;
 
-	// Personal Nightmare specfic
+	// Personal Nightmare specific
 	byte *_soundQueuePtr;
 	uint16 _soundQueueNum;
 	uint32 _soundQueueSize;
@@ -87,7 +87,7 @@ public:
 	void playEffects(uint sound);
 	void playAmbient(uint sound);
 
-	// Personal Nightmare specfic
+	// Personal Nightmare specific
 	void handleSoundQueue();
 	void queueSound(byte *ptr, uint16 sound, uint32 size, uint16 freq);
 




More information about the Scummvm-git-logs mailing list