aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBorja Lorente2016-08-14 20:57:26 +0200
committerBorja Lorente2016-08-19 16:29:18 +0200
commitfd01961d55e5e749adea193cdadd184aefcd5887 (patch)
tree16ff5d57c5cca49a0fd063a0a8fbbf59c6a03aec
parent62af855e33aee4cf8e7a66cc9c2b5d0948f526b1 (diff)
downloadscummvm-rg350-fd01961d55e5e749adea193cdadd184aefcd5887.tar.gz
scummvm-rg350-fd01961d55e5e749adea193cdadd184aefcd5887.tar.bz2
scummvm-rg350-fd01961d55e5e749adea193cdadd184aefcd5887.zip
MACVENTURE: Fix lost constant
-rw-r--r--engines/macventure/gui.cpp2
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 },