NGI: Remove various unused variables
This commit is contained in:
parent
51ac525263
commit
f04d35a9bd
3 changed files with 0 additions and 6 deletions
|
@ -248,7 +248,6 @@ void sceneHandler08_airMoves() {
|
|||
if (g_nmi->_aniMan->isIdle() && !(g_nmi->_aniMan->_flags & 0x100)) {
|
||||
int x = g_nmi->_aniMan->_ox;
|
||||
int y = g_nmi->_aniMan->_oy;
|
||||
Common::Point point;
|
||||
|
||||
if (703 - g_nmi->_aniMan->getSomeXY().y - y < 150) {
|
||||
if (g_nmi->_aniMan->_statics) {
|
||||
|
@ -345,7 +344,6 @@ void sceneHandler08_sitDown() {
|
|||
}
|
||||
|
||||
void sceneHandler08_calcFlight() {
|
||||
Common::Point point;
|
||||
int y = g_vars->scene08_manOffsetY + g_nmi->_aniMan->_oy;
|
||||
|
||||
g_nmi->_aniMan->setOXY(g_nmi->_aniMan->_ox, y);
|
||||
|
|
|
@ -403,8 +403,6 @@ void sceneHandler14_kickAnimation() {
|
|||
}
|
||||
|
||||
void sceneHandler14_declineCallback(int *arg) {
|
||||
Common::Point point;
|
||||
|
||||
if (g_vars->scene14_dudeIsKicking) {
|
||||
*arg = (int)(sqrt((double)(g_nmi->_mouseVirtY - g_vars->scene14_mouseCursorPos.y)
|
||||
* (g_nmi->_mouseVirtY - g_vars->scene14_mouseCursorPos.y)
|
||||
|
|
|
@ -1735,8 +1735,6 @@ void Movement::initStatics(StaticANIObject *ani) {
|
|||
|
||||
_currMovement->setDynamicPhaseIndex(_currMovement->_updateFlag1 != 0 ? 1 : 0);
|
||||
|
||||
Common::Point point;
|
||||
|
||||
int x1 = _currMovement->_staticsObj1->getDimensions().x - _mx;
|
||||
|
||||
_mx = x1 - _currMovement->_currDynamicPhase->getDimensions().x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue