mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 13:01:56 +00:00
Fix missing declaration
This commit is contained in:
parent
a997683d1c
commit
93ac266be1
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ char motd[254], server_context[8]; // Message of the Day, Unique Context (even w
|
||||||
|
|
||||||
// Server specific vars
|
// Server specific vars
|
||||||
UINT8 playernode[MAXPLAYERS];
|
UINT8 playernode[MAXPLAYERS];
|
||||||
|
char playeraddress[MAXPLAYERS][64];
|
||||||
|
|
||||||
// Minimum timeout for sending the savegame
|
// Minimum timeout for sending the savegame
|
||||||
// The actual timeout will be longer depending on the savegame length
|
// The actual timeout will be longer depending on the savegame length
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue