diff options
Diffstat (limited to 'engines/avalanche')
-rw-r--r-- | engines/avalanche/avalanche.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/avalanche/avalanche.cpp b/engines/avalanche/avalanche.cpp index 98e8865e76..94b2b16115 100644 --- a/engines/avalanche/avalanche.cpp +++ b/engines/avalanche/avalanche.cpp @@ -256,8 +256,8 @@ namespace Avalanche { get_arguments(); get_slope(); - zoomy = false; - // Call the menu by default. Might be modified later, if get_slope() gets implemented, + zoomy = true; + // Don't call the menu by default. Might be modified later, if get_slope() gets implemented, // becouse zoomy's value is given there. Not sure yet what "zoomy" stands for. if (!zoomy) call_menu(); /* Not run when zoomy. */ |