aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_starfield.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_starfield.h')
-rw-r--r--engines/titanic/pet_control/pet_starfield.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/titanic/pet_control/pet_starfield.h b/engines/titanic/pet_control/pet_starfield.h
index 30766b3d82..6cfc308d24 100644
--- a/engines/titanic/pet_control/pet_starfield.h
+++ b/engines/titanic/pet_control/pet_starfield.h
@@ -31,10 +31,10 @@ namespace Titanic {
class CPetStarfield : public CPetSection {
private:
- CPetGfxElement _val1;
- CPetGfxElement _val2;
- CPetGfxElement _setDestination;
- CPetGfxElement _val4;
+ CPetGfxElement _imgStarfield;
+ CPetGfxElement _imgPhoto;
+ CPetGfxElement _imgStarCtrl;
+ CPetGfxElement _btnSetDest;
int _btnOffsets[3];
CPetGfxElement _leds[6];
Rect _rect1;