summaryrefslogtreecommitdiffstats
path: root/apps/onplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.h')
-rw-r--r--apps/onplay.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/onplay.h b/apps/onplay.h
index 08737becca..f842764eb5 100644
--- a/apps/onplay.h
+++ b/apps/onplay.h
@@ -22,7 +22,8 @@
int onplay(char* file, int attr, int from_screen);
enum {
- ONPLAY_OK,
+ ONPLAY_MAINMENU = -1,
+ ONPLAY_OK = 0,
ONPLAY_RELOAD_DIR,
ONPLAY_START_PLAY
};