diff options
-rw-r--r-- | engines/macventure/gui.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/macventure/gui.cpp b/engines/macventure/gui.cpp index 9359097b8a..66136100b6 100644 --- a/engines/macventure/gui.cpp +++ b/engines/macventure/gui.cpp @@ -59,6 +59,8 @@ enum { kDragThreshold = 5 }; +const bool kLoadStaticMenus = true; + static const Graphics::MenuData menuSubItems[] = { { kMenuHighLevel, "File", 0, 0, false }, { kMenuHighLevel, "Edit", 0, 0, false }, |