(svn r1252) -Add: [Network] With 'set restart_game_date' you can set the date for in

which year the server must restart hisself. (0 = disabled, default value)
This commit is contained in:
truelight
2004-12-23 17:37:26 +00:00
parent 3672ae1118
commit c9645885d0
6 changed files with 50 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ void NetworkServer_HandleChat(NetworkAction action, DestType desttype, int dest,
bool NetworkServer_ReadPackets(NetworkClientState *cs);
void NetworkServer_Tick(void);
void NetworkServerMonthlyLoop(void);
void NetworkServerYearlyLoop(void);
#endif /* ENABLE_NETWORK */