[Scummvm-git-logs] scummvm master -> 51edb208e2a823e16e8e1013bf658b1fe55be432
digitall
dgturner at iee.org
Sun Apr 16 07:02:12 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:
51edb208e2 TITANIC: Fix GCC Unused Variable Warning.
Commit: 51edb208e2a823e16e8e1013bf658b1fe55be432
https://github.com/scummvm/scummvm/commit/51edb208e2a823e16e8e1013bf658b1fe55be432
Author: D G Turner (digitall at scummvm.org)
Date: 2017-04-16T06:09:16+01:00
Commit Message:
TITANIC: Fix GCC Unused Variable Warning.
Changed paths:
engines/titanic/star_control/star_closeup.cpp
diff --git a/engines/titanic/star_control/star_closeup.cpp b/engines/titanic/star_control/star_closeup.cpp
index cf20c8c..0e37670 100644
--- a/engines/titanic/star_control/star_closeup.cpp
+++ b/engines/titanic/star_control/star_closeup.cpp
@@ -482,7 +482,7 @@ bool CStarCloseup::setupEntry(int width, int height, int index, float val) {
const float FACTOR = 2.0 * M_PI / 360.0;
int d1Count, d2Count, size3, height1;
- int ctr, ctr2, idx, offset, incr;
+ int ctr, ctr2, idx, incr;
float vx, vy, yVal, degrees, cosVal, sinVal, angle;
d1Count = width * (2 * height - 3);
More information about the Scummvm-git-logs
mailing list