From 26cf98ccfc70909be916d29f0cc480f6929cbb08 Mon Sep 17 00:00:00 2001 From: Craig Robbins Date: Mon, 24 Nov 2014 13:52:27 +1000 Subject: Fix client "double saving" simple singleplayer local maps --- src/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index e41410f14..e871dee93 100644 --- a/src/client.h +++ b/src/client.h @@ -305,6 +305,7 @@ public: IrrlichtDevice *device, const char *playername, std::string password, + bool is_simple_singleplayer_game, MapDrawControl &control, IWritableTextureSource *tsrc, IWritableShaderSource *shsrc, -- cgit v1.2.3