From fe77a8ea5a56753cc8edd7ce8675b0ff0938f977 Mon Sep 17 00:00:00 2001 From: fgenesis Date: Sat, 16 Nov 2024 06:01:02 +0100 Subject: [PATCH] Now is the time to finally switch on AQUARIA_SAVE_MAPVIS_RAW for good --- Aquaria/AquariaCompileConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Aquaria/AquariaCompileConfig.h b/Aquaria/AquariaCompileConfig.h index 972ff4a..32c488f 100644 --- a/Aquaria/AquariaCompileConfig.h +++ b/Aquaria/AquariaCompileConfig.h @@ -13,6 +13,6 @@ // the visited data will be lost if the file is loaded into such a build. // (Current builds will load either format regardless of whether or not // this is defined.) -//#define AQUARIA_SAVE_MAPVIS_RAW +#define AQUARIA_SAVE_MAPVIS_RAW #endif //__AQUARIA_COMPILE_CONFIG_H__