Remove unused stuff

This commit is contained in:
LJ Sonic 2023-01-07 13:37:33 +01:00
parent de46eef068
commit 91f9f53cfc

View file

@ -69,13 +69,9 @@
// firstticstosend is used to optimize a condition
// Normally maketic >= gametic > 0
#define PREDICTIONQUEUE BACKUPTICS
#define PREDICTIONMASK (PREDICTIONQUEUE-1)
#define MAX_REASONLENGTH 30
boolean server = true; // true or false but !server == client
#define client (!server)
boolean nodownload = false;
boolean serverrunning = false;
INT32 serverplayer = 0;
char motd[254], server_context[8]; // Message of the Day, Unique Context (even without Mumble support)