diff --git a/programs/cmm/notes/notes.c b/programs/cmm/notes/notes.c index d1b1994283..fbe08f2120 100644 --- a/programs/cmm/notes/notes.c +++ b/programs/cmm/notes/notes.c @@ -234,7 +234,8 @@ void EventDrawDeleteButton() void EventDeleteCurrentNode() { - int t = notes.cur_y; + dword t; + t = notes.cur_y; notes.lines[t].Delete(); EventListRedraw(); }