aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/star_view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/star_control/star_view.cpp')
-rw-r--r--engines/titanic/star_control/star_view.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/star_control/star_view.cpp b/engines/titanic/star_control/star_view.cpp
index 97752c2f95..f1adaf640d 100644
--- a/engines/titanic/star_control/star_view.cpp
+++ b/engines/titanic/star_control/star_view.cpp
@@ -97,7 +97,7 @@ void CStarView::draw(CScreenManager *screenManager) {
if (_homePhotoMask)
_homePhotoMask->draw(screenManager, Point(20, 187));
} else {
- fn1();
+ updateCamera();
// Render the display
_videoSurface->clear();
@@ -255,7 +255,7 @@ void CStarView::resetPosition() {
_camera.setPosition(FVector(0.0, 0.0, 0.0));
}
-bool CStarView::fn1() {
+bool CStarView::updateCamera() {
if (_videoSurface) {
CErrorCode errorCode;
_camera.updatePosition(&errorCode);