Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 1, 2015, 3:43:14 PM (9 years ago)
Author:
landauf
Message:

fixed build and warnings (MSVC)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/surfaceraceHS14/src/modules/dodgerace/DodgeRace.h

    r10234 r10235  
    9898            int lives;
    9999            int multiplier;
    100             int counter;
     100            float counter;
    101101            int pattern;
    102             int currentPosition;
    103             int lastPosition;
     102            float currentPosition;
     103            float lastPosition;
    104104
    105105       private:
Note: See TracChangeset for help on using the changeset viewer.