(svn r18251) -Codechange: make the join status window big font aware

This commit is contained in:
rubidium
2009-11-23 12:45:01 +00:00
parent c7c9f24f60
commit 29c65215ed
2 changed files with 34 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ enum NetworkJoinStatus {
NETWORK_JOIN_STATUS_REGISTERING,
NETWORK_JOIN_STATUS_GETTING_COMPANY_INFO,
NETWORK_JOIN_STATUS_END,
};
/** Language ids for server_lang and client_lang. Do NOT modify the order. */