diff options
Diffstat (limited to 'engines/startrek/rooms/function_map.h')
-rw-r--r-- | engines/startrek/rooms/function_map.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/startrek/rooms/function_map.h b/engines/startrek/rooms/function_map.h index c79b81e67a..cec0eae87e 100644 --- a/engines/startrek/rooms/function_map.h +++ b/engines/startrek/rooms/function_map.h @@ -1785,9 +1785,8 @@ RoomAction feather0ActionList[] = { { Action(ACTION_USE, OBJECT_IMTRICOR, 8, 0), &Room::feather0UseMTricorderOnQuetzecoatl }, }; -RoomAction feather1ActionList[] = { - { Action(ACTION_TICK, 1, 0, 0), &Room::feather1Tick1 }, -}; +extern const RoomAction feather1ActionList[]; +extern const int feather1NumActions; RoomAction feather2ActionList[] = { { Action(ACTION_TICK, 1, 0, 0), &Room::feather2Tick1 }, |