(svn r17562) -Fix [FS#2972]: the NewGRF settings of (remote) network games did not get properly updated when the NewGRFs were rescanned causing reading of freed data

This commit is contained in:
rubidium
2009-09-17 21:14:16 +00:00
parent 1858fef92f
commit 55c0109ee0
3 changed files with 40 additions and 0 deletions

View File

@@ -85,5 +85,7 @@ void CDECL NetworkAddChatMessage(TextColour colour, uint8 duration, const char *
void NetworkUndrawChatMessage();
void NetworkChatMessageDailyLoop();
void NetworkAfterNewGRFScan();
#endif /* ENABLE_NETWORK */
#endif /* NETWORK_FUNC_H */