Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 31, 2015, 11:54:35 PM (10 years ago)
Author:
landauf
Message:

fixed build (DodgeRace) and warnings (TowerDefenseTower) for MinGW on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationHS14/src/modules/dodgerace2/DodgeRace.cc

    r10176 r10219  
    9898                        getPlayer()->speed = 830 - (point / 1000);
    9999
    100                         for(uint i=0; i < cubeList.size();i++)
     100                        for(unsigned int i=0; i < cubeList.size();i++)
    101101                        {
    102102                                if(cubeList.at(i)->getPosition().x < currentPosition-3000)
     
    169169        orxout() << "start" << endl;
    170170        init();
    171                 for(uint i=0; i< cubeList.size();i++)
     171                for(unsigned int i=0; i< cubeList.size();i++)
    172172                {
    173173                        cubeList.at(i)->destroy();
Note: See TracChangeset for help on using the changeset viewer.