Fix missing declaration

This commit is contained in:
Louis-Antoine 2020-01-22 04:01:06 +01:00
parent f209721ded
commit cfec8609f9

View file

@ -77,6 +77,7 @@ char motd[254], server_context[8]; // Message of the Day, Unique Context (even w
// Server specific vars
UINT8 playernode[MAXPLAYERS];
char playeraddress[MAXPLAYERS][64];
// Minimum timeout for sending the savegame
// The actual timeout will be longer depending on the savegame length