diff options
Diffstat (limited to 'src/network/network_client.h')
-rw-r--r-- | src/network/network_client.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/network/network_client.h b/src/network/network_client.h index 597aec193..bfe4c7613 100644 --- a/src/network/network_client.h +++ b/src/network/network_client.h @@ -19,7 +19,8 @@ /** Class for handling the client side of the game connection. */ class ClientNetworkGameSocketHandler : public ZeroedMemoryAllocator, public NetworkGameSocketHandler { private: - FILE *download_file; ///< Handle used for downloading the savegame. + FILE *download_file; ///< Handle used for downloading the savegame. + char *download_filename; ///< File name of the downloading savegame, so we open the right one. /** Status of the connection with the server. */ enum ServerStatus { |