equal
deleted
inserted
replaced
51 begin |
51 begin |
52 if (GameType = gmtDemo) then |
52 if (GameType = gmtDemo) then |
53 ProcessKbdDemo; |
53 ProcessKbdDemo; |
54 end |
54 end |
55 else begin |
55 else begin |
|
56 ProcessKbd; |
56 NetGetNextCmd; // на случай, если что-то сказано |
57 NetGetNextCmd; // на случай, если что-то сказано |
57 if SendEmptyPacketTicks >= cSendEmptyPacketTime then |
58 if SendEmptyPacketTicks >= cSendEmptyPacketTime then |
58 begin |
59 begin |
59 SendIPC('+'); |
60 SendIPC('+'); |
60 SendEmptyPacketTicks:= 0 |
61 SendEmptyPacketTicks:= 0 |