Changeset 112 for abuse/trunk/src/net/gclient.cpp
- Timestamp:
- Mar 16, 2008, 12:52:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/net/gclient.cpp
r61 r112 45 45 tick,base->current_tick,base->packet.tick_received(),base->last_packet.tick_received()); 46 46 47 if (tick==base->packet.tick_received() && !wait_local_input) // asking for this tick? make sure is collected 47 // asking for this tick? make sure it is collected 48 if (tick==base->packet.tick_received() && !wait_local_input) 48 49 { 49 50 fprintf(stderr,"resending client packet %d to server\n",base->packet.tick_received());
Note: See TracChangeset
for help on using the changeset viewer.