aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_remote_section.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_remote_section.h')
-rw-r--r--engines/titanic/pet_control/pet_remote_section.h24
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 6a3d1cd429..562579dc50 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_graphic.h"
+#include "titanic/pet_control/pet_gfx_element.h"
namespace Titanic {
class CPetRemoteSection : public CPetSection {
private:
CPetControlSub10 _sub10;
- CPetGraphic _val1;
- CPetGraphic _val2;
- CPetGraphic _val3;
- CPetGraphic _val4;
- CPetGraphic _val5;
- CPetGraphic _val6;
- CPetGraphic _val7;
- CPetGraphic _val8;
- CPetGraphic _val9;
- CPetGraphic _val10;
- CPetGraphic _val11;
+ CPetGfxElement _val1;
+ CPetGfxElement _val2;
+ CPetGfxElement _val3;
+ CPetGfxElement _val4;
+ CPetGfxElement _val5;
+ CPetGfxElement _val6;
+ CPetGfxElement _val7;
+ CPetGfxElement _val8;
+ CPetGfxElement _val9;
+ CPetGfxElement _val10;
+ CPetGfxElement _val11;
CPetControlSub12 _sub12;
public: