Fix Pixie

git-svn-id: svn://kolibrios.org@5798 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2015-09-05 01:54:16 +00:00
parent dc3c6fcb47
commit baa2da8f20
2 changed files with 2 additions and 2 deletions

View File

@ -49,5 +49,5 @@ void SetOpenedFileFirst(dword in_name)
}
dword GetCurrentItemName() {
return files_mas[list.current]*304 + buf+72;
return files_mas[current_playing_file_n]*304 + buf+72;
}

View File

@ -20,7 +20,7 @@ od_filter filter2 = { "MP3", 0 };
#include "..\lib\patterns\libimg_load_skin.h"
#define ABOUT_MESSAGE "'Pixies Player v1.32\n\nOpen file: O key\nChange skin: F1/F2
#define ABOUT_MESSAGE "'Pixies Player v1.33\n\nOpen file: O key\nChange skin: F1/F2
Play/Stop: Space or P key\nStart playing selected file: Enter
Goto next/previous track: Ctrl + Left/Right
Change sound volume: Left/Right key\nMute: M key' -St\n"