(svn r14771) -Fix (r14764): resolving of error types to error messages kinda failed :(

This commit is contained in:
rubidium 2008-12-29 21:41:20 +00:00
parent 1ce965ed5f
commit ad1c52abf8
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ StringID GetNetworkErrorMsg(NetworkErrorCode err)
if (err >= (ptrdiff_t)lengthof(network_error_strings)) err = NETWORK_ERROR_GENERAL;
return err;
return network_error_strings[err];
}
/* Count the number of active clients connected */