Mercurial > mm7
diff Outdoor.h @ 767:45615cacad31
Fog fixed
author | Nomad |
---|---|
date | Sat, 23 Mar 2013 21:11:15 +0200 |
parents | a84db04439a4 |
children | 67b77b052ef3 |
line wrap: on
line diff
--- a/Outdoor.h Sat Mar 23 20:22:51 2013 +0200 +++ b/Outdoor.h Sat Mar 23 21:11:15 2013 +0200 @@ -5,6 +5,9 @@ #include "TileFrameTable.h" + +#define DAY_ATTRIB_FOG 1 + /* 256 */ #pragma pack(push, 1) struct ODMHeader @@ -179,7 +182,7 @@ void UpdateSunlightVectors(); void UpdateFog(); int GetNumFoodRequiredToRestInCurrentPos(int x, signed int y, int z); - int SetFog(); + void SetFog(); void Draw();