From 0fd380441a87249c467bb2648744b85d244ba6c8 Mon Sep 17 00:00:00 2001 From: Julien Templier Date: Tue, 25 Jan 2011 02:16:29 +0000 Subject: LASTEXPRESS: Add some subtitle support to Sound class svn-id: r55511 --- engines/lastexpress/game/state.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/lastexpress/game/state.h') diff --git a/engines/lastexpress/game/state.h b/engines/lastexpress/game/state.h index da81794ce1..8af198c51f 100644 --- a/engines/lastexpress/game/state.h +++ b/engines/lastexpress/game/state.h @@ -570,6 +570,8 @@ public: bool shouldRedraw; bool shouldDrawEggOrHourGlass; + int32 nis; + Flags() { flag_0 = false; flag_3 = false; @@ -588,6 +590,8 @@ public: shouldRedraw = false; shouldDrawEggOrHourGlass = false; + + nis = 0; } /** @@ -603,6 +607,7 @@ public: ret += Common::String::format("IsGameRunning: %02d\n", isGameRunning); ret += Common::String::format("Mouse: RightClick:%02d - LeftClick:%02d\n", mouseRightClick, mouseLeftClick); ret += Common::String::format("Entities: 0:%02d - 1:%02d\n", flag_entities_0, flag_entities_1); + ret += Common::String::format("NIS: %d - 1:%02d\n", nis); return ret; } -- cgit v1.2.3