Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 3, 2014, 9:28:38 PM (10 years ago)
Author:
landauf
Message:

fixed warnings (msvc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/gametypes/SpaceRaceController.h

    r9667 r9962  
    4747            int virtualCheckPointIndex;
    4848
    49             int recCalculateDistance(RaceCheckPoint*, Vector3 currentPosition);
    50             int distanceSpaceshipToCheckPoint(RaceCheckPoint*);
     49            float recCalculateDistance(RaceCheckPoint*, Vector3 currentPosition);
     50            float distanceSpaceshipToCheckPoint(RaceCheckPoint*);
    5151            RaceCheckPoint* nextPointFind(RaceCheckPoint*);
    5252            RaceCheckPoint* adjustNextPoint();
Note: See TracChangeset for help on using the changeset viewer.