Changeset 18 for trunk/GameServer.pas


Ignore:
Timestamp:
Jan 8, 2017, 11:30:16 AM (7 years ago)
Author:
chronos
Message:
  • Fixed: Build on Windows.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GameServer.pas

    r17 r18  
    324324  T := NowPrecise;
    325325  PutMessage(1 shl 16 + 2, Format('CLIENT: took %.1f ms',
    326     [MilliSecondOf(T - LastClientTime)]));
     326    [(T - LastClientTime) / OneMillisecond]));
    327327  LastClientTime := T;
    328328  PutMessage(1 shl 16 + 2, Format('CLIENT: calling %d (%s)',
Note: See TracChangeset for help on using the changeset viewer.