From 9f4d64bda06a449e2b1c528e342be5bb12a1623b Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 19 May 2009 21:20:14 +0000 Subject: (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. --- src/video/dedicated_v.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/video') diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp index 486ea547e..cce1d2925 100644 --- a/src/video/dedicated_v.cpp +++ b/src/video/dedicated_v.cpp @@ -255,7 +255,6 @@ void VideoDriver_Dedicated::MainLoop() /* Load the dedicated server stuff */ _is_network_server = true; _network_dedicated = true; - _network_playas = COMPANY_SPECTATOR; _local_company = COMPANY_SPECTATOR; /* If SwitchMode is SM_LOAD, it means that the user used the '-g' options */ -- cgit v1.2.3-54-g00ecf