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_remote_section.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_remote_section.h')
-rw-r--r-- | engines/titanic/pet_control/pet_remote_section.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/engines/titanic/pet_control/pet_remote_section.h b/engines/titanic/pet_control/pet_remote_section.h index e3b543c3fa..6a3d1cd429 100644 --- a/engines/titanic/pet_control/pet_remote_section.h +++ b/engines/titanic/pet_control/pet_remote_section.h @@ -26,24 +26,24 @@ #include "titanic/pet_control/pet_section.h" #include "titanic/pet_control/pet_control_sub10.h" #include "titanic/pet_control/pet_control_sub12.h" -#include "titanic/pet_control/pet_val.h" +#include "titanic/pet_control/pet_graphic.h" namespace Titanic { class CPetRemoteSection : public CPetSection { private: CPetControlSub10 _sub10; - CPetVal _val1; - CPetVal _val2; - CPetVal _val3; - CPetVal _val4; - CPetVal _val5; - CPetVal _val6; - CPetVal _val7; - CPetVal _val8; - CPetVal _val9; - CPetVal _val10; - CPetVal _val11; + CPetGraphic _val1; + CPetGraphic _val2; + CPetGraphic _val3; + CPetGraphic _val4; + CPetGraphic _val5; + CPetGraphic _val6; + CPetGraphic _val7; + CPetGraphic _val8; + CPetGraphic _val9; + CPetGraphic _val10; + CPetGraphic _val11; CPetControlSub12 _sub12; public: |