aboutsummaryrefslogtreecommitdiff
path: root/engines/startrek/room.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/startrek/room.h')
-rw-r--r--engines/startrek/room.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/engines/startrek/room.h b/engines/startrek/room.h
index c5d85a55f0..33ce30bc27 100644
--- a/engines/startrek/room.h
+++ b/engines/startrek/room.h
@@ -2484,7 +2484,6 @@ public:
void veng0UseMccoyOnLivingCrewman();
void veng0MccoyReachedCrewman();
void veng0MccoyScannedCrewman();
- // TODO: common code
// VENG1
void veng1Tick1();
@@ -2531,7 +2530,6 @@ public:
void veng1GetDebris();
void veng1ReachedDebrisToGet();
void veng1TriedToGetDebris();
- // TODO: common code
// VENG2
void veng2Tick1();
@@ -2598,7 +2596,6 @@ public:
void veng2GetMTricorder();
void veng2ReachedMTricorderToGet();
void veng2PickedUpMTricorder();
- // TODO: common code
// VENG3
void veng3Tick1();
@@ -2644,7 +2641,6 @@ public:
void veng3GetCable();
void veng3ReachedCable();
void veng3PickedUpCable();
- // TODO: Common code
// VENG4
void veng4Tick1();
@@ -2672,7 +2668,7 @@ public:
void veng4LookAtLeftBedReadings();
void veng4LookAtBrittany();
void veng4LookAtDrill();
- void veng4LookAtHypo();
+ void veng4LookAtHypoOnTable();
void veng4LookAtDoorObject();
void veng4LookAnywhere();
void veng4GetHypo();
@@ -2683,7 +2679,6 @@ public:
void veng4PickedUpDrill();
void veng4TouchedHotspot0();
void veng4WalkToDoor();
- // TODO: common code
// VENG5
void veng5Tick1();
@@ -2720,7 +2715,6 @@ public:
void veng5GetPowerPack();
void veng5ReachedPowerPack();
void veng5PickedUpPowerPack();
- // TODO: common code
// VENG6
void veng6Tick1();
@@ -2776,7 +2770,6 @@ public:
void veng6GetEngineeringJournal();
void veng6ReachedEngineeringJournal();
void veng6TookEngineeringJournal();
- // TODO: common code
// VENG7
void veng7Tick1();
@@ -2802,7 +2795,6 @@ public:
void veng7GetCable();
void veng7ReachedCable();
void veng7PickedUpCable();
- // TODO: common code
// VENG8
void veng8Tick1();
@@ -2848,6 +2840,11 @@ public:
void veng8UseSTricorderOnConsole();
// VENGA (common code)
+ void vengaTick();
+ void vengaElasiBeamOver();
+ void vengaUsePhaserAnywhere();
+ void vengaLookAtHypo();
+ void vengaUseCommunicator();
void vengaUseMccoyOnDeadGuy();
public: