diff options
author | rubidium <rubidium@openttd.org> | 2008-05-25 12:57:39 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-25 12:57:39 +0000 |
commit | 5fa0946c087408545c22250be1996f3433d94786 (patch) | |
tree | 025594bdaef0e1efcf18e01f88e9d25a469cdb7c /src/network | |
parent | f6ea07e7d8ebfebe817eca368df24383887d732a (diff) | |
download | openttd-5fa0946c087408545c22250be1996f3433d94786.tar.xz |
(svn r13242) -Codechange: remove _opt_ptr.
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/network_client.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/network/network_client.cpp b/src/network/network_client.cpp index b9a1ea35c..d9fcb9a60 100644 --- a/src/network/network_client.cpp +++ b/src/network/network_client.cpp @@ -622,8 +622,6 @@ DEF_CLIENT_RECEIVE_COMMAND(PACKET_SERVER_MAP) /* If the savegame has successfully loaded, ALL windows have been removed, * only toolbar/statusbar and gamefield are visible */ - _opt_ptr = &_opt; // during a network game you are always in-game - // Say we received the map and loaded it correctly! SEND_COMMAND(PACKET_CLIENT_MAP_OK)(); |