From ca32e35ef60655835cffd549a620bd4f36c887d9 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Sat, 26 Aug 2017 00:12:34 -0400 Subject: [PATCH] More Zone struct commments --- common/patches/rof2_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/patches/rof2_structs.h b/common/patches/rof2_structs.h index 976753bb2..41fc9528a 100644 --- a/common/patches/rof2_structs.h +++ b/common/patches/rof2_structs.h @@ -617,7 +617,7 @@ struct NewZone_Struct { /*0704*/ char zone_short_name2[32]; //zone file name? excludes instance number which can be in previous version. /*0736*/ char WeatherString[32]; /*0768*/ char SkyString2[32]; - /*0800*/ int32 SkyRelated2; //seen -1 + /*0800*/ int32 SkyRelated2; //seen -1 -- maybe some default sky time? /*0804*/ char WeatherString2[32]; // /*0836*/ float WeatherChangeTime; // not sure :P /*0840*/ uint32 Climate;