diff options
author | Paul Gilbert | 2016-03-31 07:58:41 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-03-31 07:58:41 -0400 |
commit | 39ef1e3edb03d0ea6ae47649951c308b646992ad (patch) | |
tree | 1edb6b53b3c121d71006ec9d1a60f1e920b2e264 /engines/titanic/pet_control/pet_control_list_item.h | |
parent | c33bdcc09ff9949dec9330fc245bb8f97546875a (diff) | |
download | scummvm-rg350-39ef1e3edb03d0ea6ae47649951c308b646992ad.tar.gz scummvm-rg350-39ef1e3edb03d0ea6ae47649951c308b646992ad.tar.bz2 scummvm-rg350-39ef1e3edb03d0ea6ae47649951c308b646992ad.zip |
TITANIC: Renamed CPetVal to CPetGraphic
Diffstat (limited to 'engines/titanic/pet_control/pet_control_list_item.h')
-rw-r--r-- | engines/titanic/pet_control/pet_control_list_item.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_control_list_item.h b/engines/titanic/pet_control/pet_control_list_item.h index 64808c0309..e8210714c1 100644 --- a/engines/titanic/pet_control/pet_control_list_item.h +++ b/engines/titanic/pet_control/pet_control_list_item.h @@ -24,13 +24,13 @@ #define TITANIC_PET_CONTROL_LIST_ITEM_H #include "titanic/core/list.h" -#include "titanic/pet_control/pet_val.h" +#include "titanic/pet_control/pet_graphic.h" namespace Titanic { class CPetControlListItem : public ListItem { protected: - CPetVal _val; + CPetGraphic _val; int _field30; public: CPetControlListItem() : _field30(0) {} |