[Scummvm-git-logs] scummvm master -> 9d56eb2dc714493434fbebc2cda76b2e125e5752
athrxx
athrxx at scummvm.org
Wed Aug 7 18:12:43 CEST 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
9d56eb2dc7 SCI: (FB01 sound driver) - add missing empty line
Commit: 9d56eb2dc714493434fbebc2cda76b2e125e5752
https://github.com/scummvm/scummvm/commit/9d56eb2dc714493434fbebc2cda76b2e125e5752
Author: athrxx (athrxx at scummvm.org)
Date: 2019-08-07T18:11:16+02:00
Commit Message:
SCI: (FB01 sound driver) - add missing empty line
Changed paths:
engines/sci/sound/drivers/fb01.cpp
diff --git a/engines/sci/sound/drivers/fb01.cpp b/engines/sci/sound/drivers/fb01.cpp
index 6f104b2..b083461 100644
--- a/engines/sci/sound/drivers/fb01.cpp
+++ b/engines/sci/sound/drivers/fb01.cpp
@@ -812,4 +812,4 @@ MidiPlayer *MidiPlayer_Fb01_create(SciVersion version) {
} // End of namespace Sci
-#undef HARDWARE_MASTERVOLUME
\ No newline at end of file
+#undef HARDWARE_MASTERVOLUME
More information about the Scummvm-git-logs
mailing list