mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-13 07:14:59 +00:00
DIRECTOR: LINGO: Added parsing for 'the volume of sound <n>'
This commit is contained in:
parent
66455b6aa5
commit
878b4e944d
@ -120,6 +120,7 @@ TheEntity entities[] = {
|
||||
{ kTheShiftDown, "shiftDown", false, 2 }, // D2 f
|
||||
{ kTheSoundEnabled, "soundEnabled", false, 2 }, // D2 p
|
||||
{ kTheSoundLevel, "soundLevel", false, 2 }, // D2 p
|
||||
{ kTheSoundEntity, "sound", true, 4 }, // D4
|
||||
{ kTheSprite, "sprite", true, 2 }, // D4 p
|
||||
{ kTheSqrt, "sqrt", false, 2 }, // D2 f
|
||||
{ kTheStage, "stage", false, 4 }, // D4 p
|
||||
@ -260,6 +261,8 @@ TheEntityField fields[] = {
|
||||
{ kTheTime, "abbrev", kTheAbbr, 3 },// D3 f
|
||||
{ kTheTime, "abbr", kTheAbbr, 3 },// D3 f
|
||||
|
||||
{ kTheSoundEntity,"volume", kTheVolume, 4 },// D4 p
|
||||
|
||||
{ kTheNOEntity, NULL, kTheNOField, 0 }
|
||||
};
|
||||
|
||||
|
@ -115,6 +115,7 @@ enum TheEntityType {
|
||||
kTheSelEnd,
|
||||
kTheSelStart,
|
||||
kTheShiftDown,
|
||||
kTheSoundEntity,
|
||||
kTheSoundEnabled,
|
||||
kTheSoundLevel,
|
||||
kTheSprite,
|
||||
|
Loading…
x
Reference in New Issue
Block a user