From 5fa0946c087408545c22250be1996f3433d94786 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 25 May 2008 12:57:39 +0000 Subject: (svn r13242) -Codechange: remove _opt_ptr. --- src/network/network_client.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/network') 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)(); -- cgit v1.2.3-54-g00ecf