(svn r3365) Staticise 36 functions

This commit is contained in:
tron
2006-01-05 12:40:50 +00:00
parent e588f86bb3
commit 318fe153eb
37 changed files with 68 additions and 68 deletions

View File

@@ -32,7 +32,7 @@ extern const char _openttd_revision[];
static uint32 last_ack_frame;
void NetworkRecvPatchSettings(NetworkClientState *cs, Packet *p);
static void NetworkRecvPatchSettings(NetworkClientState* cs, Packet* p);
// **********
// Sending functions
@@ -823,7 +823,7 @@ extern const SettingDesc patch_settings[];
// This is a TEMPORARY solution to get the patch-settings
// to the client. When the patch-settings are saved in the savegame
// this should be removed!!
void NetworkRecvPatchSettings(NetworkClientState *cs, Packet *p)
static void NetworkRecvPatchSettings(NetworkClientState* cs, Packet* p)
{
const SettingDesc *item;