diff options
Diffstat (limited to 'displaymenu.h')
-rw-r--r-- | displaymenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/displaymenu.h b/displaymenu.h index 8752cfa..3089f0d 100644 --- a/displaymenu.h +++ b/displaymenu.h @@ -19,7 +19,7 @@ private: int currentNumItems; cList<cNopacityTimer> timers; cList<cNopacityMenuItem> menuItems; - int handleBackgrounds[12]; + int handleBackgrounds[14]; int handleButtons[4]; int positionButtons[4]; cRect videoWindowRect; |