LevelSoundEventPacket: added STOP_RECORD constant

this isn't actually a sound and as such doesn't have a stringy ID, so the script didn't see it.
This commit is contained in:
Dylan K. Taylor 2018-05-25 17:56:05 +01:00
parent 8ccd13319c
commit 3a1df1d99e

View File

@ -144,7 +144,7 @@ class LevelSoundEventPacket extends DataPacket{
public const SOUND_RECORD_WARD = 110;
public const SOUND_RECORD_11 = 111;
public const SOUND_RECORD_WAIT = 112;
public const SOUND_STOP_RECORD = 113; //Not really a sound
public const SOUND_FLOP = 114;
public const SOUND_ELDERGUARDIAN_CURSE = 115;
public const SOUND_MOB_WARNING = 116;