[Scummvm-git-logs] scummvm master -> 8bce94592e36733f185552c4624ce9d268a956cc
dreammaster
dreammaster at scummvm.org
Sat Apr 1 21:49:36 CEST 2017
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8bce94592e TITANIC: Fix incorrect function parameter
Commit: 8bce94592e36733f185552c4624ce9d268a956cc
https://github.com/scummvm/scummvm/commit/8bce94592e36733f185552c4624ce9d268a956cc
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-04-01T15:49:26-04:00
Commit Message:
TITANIC: Fix incorrect function parameter
Changed paths:
engines/titanic/star_control/star_view.cpp
diff --git a/engines/titanic/star_control/star_view.cpp b/engines/titanic/star_control/star_view.cpp
index 169b5d4..d315040 100644
--- a/engines/titanic/star_control/star_view.cpp
+++ b/engines/titanic/star_control/star_view.cpp
@@ -269,7 +269,7 @@ void CStarView::fn2() {
if (_videoSurface) {
fn13();
- fn19(200);
+ fn19(244);
draw(scrManager);
}
}
More information about the Scummvm-git-logs
mailing list