no message

This commit is contained in:
BADIM-PC\Vadim
2017-12-10 12:12:09 +03:00
parent 694a016334
commit be7151386d
11 changed files with 67 additions and 53 deletions

View File

@@ -680,7 +680,7 @@ static s32 lua_sfx(lua_State* lua)
{
if (index >= 0)
{
tic_sound_effect* effect = memory->ram.sound.sfx.data + index;
tic_sound_effect* effect = memory->ram.sfx.data + index;
note = effect->note;
octave = effect->octave;