From 08ead492d8ff338a469ca92881919d8ff22e12b3 Mon Sep 17 00:00:00 2001 From: Matthew Stewart Date: Thu, 21 Jun 2018 23:33:02 -0400 Subject: STARTREK: LOVE3 finished. Added "callback" variants of the "walkCrewman" and "loadActorAnim" functions to simplify chains of calls in room-specific code. --- engines/startrek/awaymission.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'engines/startrek/awaymission.h') diff --git a/engines/startrek/awaymission.h b/engines/startrek/awaymission.h index c827d7a1cb..f1a7e77a65 100644 --- a/engines/startrek/awaymission.h +++ b/engines/startrek/awaymission.h @@ -142,7 +142,7 @@ struct AwayMission { struct { bool alreadyStartedMission; // 0x29 bool knowAboutVirus; // 0x2a - bool putLaughingGasInVent; // 0x2b + bool romulansUnconsciousFromLaughingGas; // 0x2b bool field2c; // 0x2c bool field2d; // 0x2d bool chamberHasCure; // 0x2e @@ -159,14 +159,17 @@ struct AwayMission { bool gasTankUnscrewed; // 0x39 bool wrenchTaken; // 0x3a bool tookN2TankFromServicePanel; // 0x3b + bool field3c; // 0x3c bool grateRemoved; // 0x3d - bool field3e; // 0x3e + bool insulationOnGround; // 0x3e bool field3f; // 0x3f - bool field41; // 0x41 + bool romulansUnconsciousFromVirus; // 0x41 bool spockAccessedConsole; // 0x49 bool mccoyAccessedConsole; // 0x4a bool gotPolyberylcarbonate; // 0x4b bool gotTLDH; // 0x4c (Got romulan laughing gas) + bool gotPointsForOpeningGrate; // 0x4d + bool gotPointsForGassingRomulans; // 0x4e bool gotCure; // 0x4f int16 missionScore; // 0x52 } love; -- cgit v1.2.3