- Timestamp:
- May 18, 2013, 8:50:33 PM (11 years ago)
- Branches:
- master
- Children:
- e4a5786
- Parents:
- d69eb32
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/server.cpp
rd69eb32 re76055f 122 122 if (timeLastUpdated == 0 || (curTime-timeLastUpdated) >= 50) { 123 123 timeLastUpdated = curTime; 124 //cout << "Server-side player movement: " << timeLastUpdated << endl;125 124 126 125 // maybe put this in a separate method
Note:
See TracChangeset
for help on using the changeset viewer.