Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2016, 2:17:47 PM (7 years ago)
Author:
meilel
Message:

start and finish line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SpaceRace_HS16/src/modules/gametypes/SpaceRaceController.cc

    r11312 r11328  
    169169                minNextRaceCheckPoint = nextRaceCheckPoint;
    170170            }
     171
    171172        }
    172173
     
    307308            //orxout()<< "CP "<< currentRaceCheckpoint_->getCheckpointIndex()<<" chanched to: "<< nextRaceCheckpoint_->getCheckpointIndex()<<endl;
    308309        }
     310
    309311        else if ((lastPositionSpaceship-this->getControllableEntity()->getPosition()).length()/dt > ADJUSTDISTANCE)
    310312        {
Note: See TracChangeset for help on using the changeset viewer.