From 69f5195a92593c6baeb6f51c108c31c0bbe1642a Mon Sep 17 00:00:00 2001 From: Narthorn Date: Sat, 8 Oct 2016 10:15:44 +0200 Subject: [PATCH] Add displaymode 2 back in Enums are good, but don't forget to add them all --- display.h | 1 + 1 file changed, 1 insertion(+) diff --git a/display.h b/display.h index f26e1e1..15355f5 100644 --- a/display.h +++ b/display.h @@ -46,6 +46,7 @@ enum { enum { DisplayModeDefault, DisplayModeBlockmap, + DisplayModeBlockmapScale, DisplayModeMAX /* this must be the last DisplayMode entry */ }; -- 2.47.2