diff options
author | rubidium <rubidium@openttd.org> | 2009-05-19 21:20:14 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-05-19 21:20:14 +0000 |
commit | 9f4d64bda06a449e2b1c528e342be5bb12a1623b (patch) | |
tree | c7ae21e8a883df20254134a0e155ef468c61fef8 /src/video | |
parent | 00bc2659f24b07851291d56d170174ed27581bc7 (diff) | |
download | openttd-9f4d64bda06a449e2b1c528e342be5bb12a1623b.tar.xz |
(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.
Diffstat (limited to 'src/video')
-rw-r--r-- | src/video/dedicated_v.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |