diff options
-rw-r--r-- | engines/startrek/rooms/function_map.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/startrek/rooms/function_map.h b/engines/startrek/rooms/function_map.h index 5342207c39..203043ba58 100644 --- a/engines/startrek/rooms/function_map.h +++ b/engines/startrek/rooms/function_map.h @@ -1392,9 +1392,6 @@ RoomAction love5ActionList[] = { { {ACTION_USE, OBJECT_IN2O, 0xff, 0}, &Room::loveaUseHumanLaughingGas }, { {ACTION_USE, OBJECT_INH3, 0xff, 0}, &Room::loveaUseAmmonia }, { {ACTION_USE, OBJECT_ICOMM, 0xff, 0}, &Room::loveaUseCommunicator }, - - // Common code (countdown for losing atmosphere when life support malfunctioning) - { {ACTION_TICK, 0xff, 0xff, 0xff}, &Room::muddaTick }, }; RoomAction mudd0ActionList[] = { |