Skip to content

Commit

Permalink
STARTREK: Remove MUDD code from LOVE mission
Browse files Browse the repository at this point in the history
  • Loading branch information
Stewmath authored and sev- committed Aug 9, 2018
1 parent d486051 commit 007960e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions engines/startrek/rooms/function_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit 007960e

Please sign in to comment.