From f9064d26f75f71ca7b3cc87620923d5a01789d9e Mon Sep 17 00:00:00 2001 From: Steve Date: Wed, 16 May 2018 08:16:54 +0100 Subject: [PATCH] Don't force mirroring in world test. --- src/test/worldTest.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/worldTest.c b/src/test/worldTest.c index b129267..ad5f58e 100644 --- a/src/test/worldTest.c +++ b/src/test/worldTest.c @@ -30,8 +30,6 @@ void initWorldTest(char *worldId) { STRNCPY(game.worldId, worldId, MAX_NAME_LENGTH); - game.plus = PLUS_MIRROR; - initWorld(); } else