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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/engines/startrek/room.h b/engines/startrek/room.h
index b67bd675fe..4f0a1723aa 100644
--- a/engines/startrek/room.h
+++ b/engines/startrek/room.h
@@ -2523,7 +2523,6 @@ public:
void veng1GetDebris();
void veng1ReachedDebrisToGet();
void veng1TriedToGetDebris();
- void veng1UseMccoyOnDeadGuy();
// TODO: common code
// VENG2
@@ -2637,7 +2636,6 @@ public:
void veng3GetCable();
void veng3ReachedCable();
void veng3PickedUpCable();
- void veng3UseMccoyOnDeadGuy();
// TODO: Common code
// VENG4
@@ -2714,7 +2712,7 @@ public:
void veng5GetPowerPack();
void veng5ReachedPowerPack();
void veng5PickedUpPowerPack();
- // TODO: common code (and scanning the dead guy)
+ // TODO: common code
// VENG6
void veng6Tick1();
@@ -2725,6 +2723,9 @@ public:
// VENG8
void veng8Tick1();
+ // VENGA (common code)
+ void vengaUseMccoyOnDeadGuy();
+
public:
// Room-specific variables. This is memset'ed to 0 when the room is initialized.
// NOTE: Any changes here must be reflected in the corresponding serializer functions.