[Scummvm-cvs-logs] scummvm master -> 0affcfed9e18cf207334407d8e15e658d2153610

lordhoto lordhoto at gmail.com
Sun Nov 20 04:37:56 CET 2011


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:
0affcfed9e AUDIO: Very small formatting fix.


Commit: 0affcfed9e18cf207334407d8e15e658d2153610
    https://github.com/scummvm/scummvm/commit/0affcfed9e18cf207334407d8e15e658d2153610
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-11-19T19:37:21-08:00

Commit Message:
AUDIO: Very small formatting fix.

Changed paths:
    audio/softsynth/adlib.cpp



diff --git a/audio/softsynth/adlib.cpp b/audio/softsynth/adlib.cpp
index 4025a66..32a5f4a 100644
--- a/audio/softsynth/adlib.cpp
+++ b/audio/softsynth/adlib.cpp
@@ -1471,8 +1471,7 @@ void MidiDriver_ADLIB::adlib_setup_channel(int chan, AdLibInstrument *instr, byt
 	adlib_write((byte)chan + 0xC0, instr->feedback);
 }
 
-void MidiDriver_ADLIB::adlib_note_on_ex(int chan, byte note, int mod)
-{
+void MidiDriver_ADLIB::adlib_note_on_ex(int chan, byte note, int mod) {
 	int code;
 	assert(chan >= 0 && chan < 9);
 	code = (note << 7) + mod;






More information about the Scummvm-git-logs mailing list