1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 00:00:22 +00:00

Fix SOUND specialformat

This commit is contained in:
Samuel Gomes 2023-06-10 02:35:27 +05:30
parent 3f16e3c9d1
commit 40840a236f

View file

@ -3024,7 +3024,7 @@ id.subfunc = 2
id.callname = "sub_sound"
id.args = 5
id.arg = MKL$(DOUBLETYPE - ISPOINTER) + MKL$(DOUBLETYPE - ISPOINTER) + MKL$(DOUBLETYPE - ISPOINTER) + MKL$(DOUBLETYPE - ISPOINTER) + MKL$(LONGTYPE - ISPOINTER)
id.specialformat = "?,?[,[?][,[?][,[?]]]]"
id.specialformat = "?,?[,[?][,[?][,?]]]"
id.hr_syntax = "SOUND frequency#, duration#[, volume#][, panning#][, waveform&]"
regid