From ec1611dfa6a6698cdc0138b6790cb056973909ae Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Tue, 4 Oct 2022 13:43:48 +0100 Subject: Add a comment about the ordering of 'enum playmode' Change-Id: I1f259afaa2d0212c5bedba41380e51b9a911aaaf --- apps/status.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/status.h b/apps/status.h index 1add203a0c..c038b793af 100644 --- a/apps/status.h +++ b/apps/status.h @@ -21,6 +21,8 @@ #ifndef _STATUS_H #define _STATUS_H +/* Do not reorder these, inbuilt statusbar icons and the + * skin engine %mp tag depend on this ordering. */ enum playmode { STATUS_PLAY, -- cgit v1.2.3