(svn r16360) -Codechange: don't use _network_playas as a 'second' _local_company, but only as a storage location for the company you want to join in MP.

This commit is contained in:
rubidium
2009-05-19 21:20:14 +00:00
parent 53ae829b0b
commit 789999ecf3
11 changed files with 38 additions and 58 deletions

View File

@@ -33,8 +33,4 @@ static inline void NetworkDrawChatMessage() {}
#define _is_network_server 0
#endif /* ENABLE_NETWORK */
/** As which company do we play? */
extern CompanyID _network_playas;
#endif /* NETWORK_H */