Erratas!
This commit is contained in:
parent
12ef911e79
commit
62b7719eb4
@ -208,10 +208,9 @@ void Server::Run() {
|
|||||||
sync.timer = m_game.countdown;
|
sync.timer = m_game.countdown;
|
||||||
sendPackTo<Sync>(m_sock_udp, &sync, &m_buf, conn->getAddr());
|
sendPackTo<Sync>(m_sock_udp, &sync, &m_buf, conn->getAddr());
|
||||||
|
|
||||||
int timer = m_game.countdown, sync_acc;
|
int timer = m_game.countdown, sync_acc = 0;
|
||||||
std::chrono::high_resolution_clock::time_point start = std::chrono::high_resolution_clock::now();
|
std::chrono::high_resolution_clock::time_point start = std::chrono::high_resolution_clock::now();
|
||||||
Timestamp last = 0;
|
Timestamp last = 0;
|
||||||
int sync_acc = 0;
|
|
||||||
|
|
||||||
while (!endgame) {
|
while (!endgame) {
|
||||||
using namespace std::chrono;
|
using namespace std::chrono;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user