Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10247


Ignore:
Timestamp:
Feb 1, 2015, 9:32:19 PM (9 years ago)
Author:
landauf
Message:

fixed warnings (MinGW)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/towerdefenseHS14/src/modules/towerdefense/TowerDefenseTower.cc

    r10246 r10247  
    4040    void TowerDefenseTower::setOrientation(const Quaternion& orientation)
    4141    {
    42         static int ori;
    43         //orxout() << "orientation " << ++ori << endl;
    4442    }
    4543
    4644    void TowerDefenseTower::rotateYaw(const Vector2& value)
    4745    {
    48         static int yaw;
    49         //orxout() << "rotateYaw " << ++yaw << endl;
    5046    }
    5147
    5248    void TowerDefenseTower::rotatePitch(const Vector2& value)
    5349    {
    54         static int pitch;
    55         //orxout() << "rotatePitch " << ++pitch << endl;
    5650    }
    5751
    5852    void TowerDefenseTower::rotateRoll(const Vector2& value)
    5953    {
    60         static int roll;
    61         //orxout() << "rotateRoll" << ++roll << endl;
    6254    }
    6355
Note: See TracChangeset for help on using the changeset viewer.