[Scummvm-git-logs] scummvm master -> ea7faf3d2078a7dd0165475a7637bf202036ad86
yuv422
yuv422 at users.noreply.github.com
Sat Aug 8 05:17:54 UTC 2020
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:
ea7faf3d20 DRAGONS: soundfont2 fix windows compile.
Commit: ea7faf3d2078a7dd0165475a7637bf202036ad86
https://github.com/scummvm/scummvm/commit/ea7faf3d2078a7dd0165475a7637bf202036ad86
Author: Eric Fry (yuv422 at users.noreply.github.com)
Date: 2020-08-08T15:16:36+10:00
Commit Message:
DRAGONS: soundfont2 fix windows compile.
Changed paths:
audio/soundfont/sf2file.h
diff --git a/audio/soundfont/sf2file.h b/audio/soundfont/sf2file.h
index 879bb35194..e4ca82f8c3 100644
--- a/audio/soundfont/sf2file.h
+++ b/audio/soundfont/sf2file.h
@@ -267,7 +267,7 @@ struct sfModList {
}
};
-typedef struct {
+struct genAmountType {
byte data[2];
void setRangeLo(uint8 lo) { data[0] = lo; }
@@ -279,7 +279,7 @@ typedef struct {
writeBytes(&buffer, (byte *)data, 2);
return buffer;
}
-} genAmountType;
+};
struct sfGenList {
SFGenerator sfGenOper;
More information about the Scummvm-git-logs
mailing list