From 8a168f028bfdf084892abd623942a0c3f9f8de58 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Fri, 3 Sep 2010 19:13:58 +0000 Subject: MOHAWK: Improve support for the Riven Demo - The exit button now appears and is functional - The intro movies now play on start up - Add shortcuts for returning to the menu/playing the intro videos again - Make the text when hitting a boundary match the original - Change the wording of the browser button message - Note: The demo's extras.mhk (not the full game's!) is required now svn-id: r52509 --- engines/mohawk/riven_external.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/mohawk/riven_external.h') diff --git a/engines/mohawk/riven_external.h b/engines/mohawk/riven_external.h index 887520416e..da22e3bd81 100644 --- a/engines/mohawk/riven_external.h +++ b/engines/mohawk/riven_external.h @@ -95,6 +95,8 @@ private: void xadisablemenureturn(uint16 argc, uint16 *argv); void xaenablemenureturn(uint16 argc, uint16 *argv); void xalaunchbrowser(uint16 argc, uint16 *argv); + void xadisablemenuintro(uint16 argc, uint16 *argv); + void xaenablemenuintro(uint16 argc, uint16 *argv); // ----------------------------------------------------- // bspit (Boiler Island) external commands -- cgit v1.2.3