From aca19870562fe4dfcd98f3b062bf74dd0dee6daa Mon Sep 17 00:00:00 2001 From: Matthew Stewart Date: Sun, 24 Jun 2018 16:18:12 -0400 Subject: STARTREK: Implement common code for LOVE mission --- engines/startrek/awaymission.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'engines/startrek/awaymission.h') diff --git a/engines/startrek/awaymission.h b/engines/startrek/awaymission.h index 8eaabbebc9..2edcf18f16 100644 --- a/engines/startrek/awaymission.h +++ b/engines/startrek/awaymission.h @@ -143,8 +143,8 @@ struct AwayMission { bool alreadyStartedMission; // 0x29 bool knowAboutVirus; // 0x2a bool romulansUnconsciousFromLaughingGas; // 0x2b - bool field2c; // 0x2c - bool field2d; // 0x2d + bool releasedHumanLaughingGas; // 0x2c + bool releasedRomulanLaughingGas; // 0x2d bool chamberHasCure; // 0x2e bool freezerOpen; // 0x2f bool chamberHasDish; // 0x30 @@ -167,7 +167,10 @@ struct AwayMission { bool romulansUnconsciousFromVirus; // 0x41 bool freedMarcusAndCheever; // 0x42 bool preaxCured; // 0x43 + byte spockInfectionCounter; // 0x45: When this reached 100, Spock dies. bool spockCured; // 0x46 + bool contactedEnterpriseBeforeCure; // 0x47 + bool contactedEnterpriseAfterCure; // 0x48 bool spockAccessedConsole; // 0x49 bool mccoyAccessedConsole; // 0x4a bool gotPolyberylcarbonate; // 0x4b -- cgit v1.2.3