Changeset 8f85180 in network-game for common/Player.h


Ignore:
Timestamp:
Feb 24, 2013, 12:09:43 AM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
ca44f82
Parents:
66906aa
Message:

Added a method for measuring milliseconds and implemented smooth player movement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Player.h

    r66906aa r8f85180  
    4141   FLOAT_POSITION pos;
    4242   POSITION target;
    43    timespec timeLastUpdated;
     43   unsigned long long timeLastUpdated;
    4444};
    4545
Note: See TracChangeset for help on using the changeset viewer.