diff options
Diffstat (limited to 'engines/titanic/module.mk')
-rw-r--r-- | engines/titanic/module.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/module.mk b/engines/titanic/module.mk index a72e80d408..d0e4164ab2 100644 --- a/engines/titanic/module.mk +++ b/engines/titanic/module.mk @@ -383,6 +383,7 @@ MODULE_OBJS := \ pet_control/pet_control_list_item.o \ pet_control/pet_control_list_item2.o \ pet_control/pet_conversation_section.o \ + pet_control/pet_element.o \ pet_control/pet_inventory_section.o \ pet_control/pet_rooms_section.o \ pet_control/pet_remote_section.o \ @@ -394,7 +395,6 @@ MODULE_OBJS := \ pet_control/pet_control_sub10.o \ pet_control/pet_control_sub11.o \ pet_control/pet_control_sub12.o \ - pet_control/pet_val_base.o \ pet_control/pet_val.o \ sound/auto_music_player.o \ sound/auto_music_player_base.o \ |