From cfa649d7ac04ea087537f03da9a59b1c5aedcdb2 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 23 Jun 2018 16:01:43 +0200 Subject: MOHAWK: RIVEN: Restrict new menu to 25th Anniversary games --- engines/mohawk/riven_stacks/aspit.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/mohawk/riven_stacks/aspit.cpp') diff --git a/engines/mohawk/riven_stacks/aspit.cpp b/engines/mohawk/riven_stacks/aspit.cpp index 3729a1710d..b6cd17bf22 100644 --- a/engines/mohawk/riven_stacks/aspit.cpp +++ b/engines/mohawk/riven_stacks/aspit.cpp @@ -90,6 +90,9 @@ void ASpit::xastartupbtnhide(const ArgumentArray &args) { // The original game hides the start/setup buttons depending on an ini entry. // It's safe to ignore this command. + if (!(_vm->getFeatures() & GF_25TH)) + return; + Common::File file; const char *fontname; -- cgit v1.2.3