DRAGONS: soundfont2 fix windows compile.

This commit is contained in:
Eric Fry 2020-08-08 15:16:36 +10:00
parent 315f43f460
commit ea7faf3d20

View File

@ -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;