aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/star_closeup.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/star_control/star_closeup.h')
-rw-r--r--engines/titanic/star_control/star_closeup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/star_control/star_closeup.h b/engines/titanic/star_control/star_closeup.h
index 3f4541f66d..d07b17bd2f 100644
--- a/engines/titanic/star_control/star_closeup.h
+++ b/engines/titanic/star_control/star_closeup.h
@@ -31,7 +31,7 @@
namespace Titanic {
-class CStarControlSub12;
+class CStarCamera;
/**
* Handles drawing a 3D rendered closeup of a star
@@ -124,7 +124,7 @@ public:
* Draws the star globe
*/
virtual void draw(const FPose &pose, const FVector &vector, const FVector &vector2,
- CSurfaceArea *surfaceArea, CStarControlSub12 *sub12);
+ CSurfaceArea *surfaceArea, CStarCamera *camera);
virtual void proc3(CErrorCode *errorCode);