Vehicle ghost fix, player list fix

This commit is contained in:
Anonymous275
2020-11-07 23:29:06 +02:00
parent 2021f0b461
commit a08d29a0ae
7 changed files with 84 additions and 125 deletions

View File

@@ -1,8 +1,10 @@
#include "Startup.h"
#include "CustomAssert.h"
#include <curl/curl.h>
#include <thread>
#include "Startup.h"
#include <iostream>
#include <thread>
[[noreturn]] void loop(){
DebugPrintTID();
while(true){
@@ -10,6 +12,7 @@
std::this_thread::sleep_for(std::chrono::milliseconds(600));
}
}
int main(int argc, char* argv[]) {
DebugPrintTID();
// curl needs to be initialized to properly deallocate its resources later