diff Outdoor.cpp @ 2358:23192f5b41d4

Merge
author Ritor1
date Thu, 10 Apr 2014 17:35:26 +0600
parents a574a80e7012
children 94e5a9740727
line wrap: on
line diff
--- a/Outdoor.cpp	Thu Apr 10 17:35:10 2014 +0600
+++ b/Outdoor.cpp	Thu Apr 10 17:35:26 2014 +0600
@@ -37,6 +37,7 @@
 #include "GUIWindow.h"
 #include "Level/Decoration.h"
 #include "OurMath.h"
+#include "ZlibWrapper.h"
 
 MapStartPoint uLevel_StartingPointType; // weak
 
@@ -4348,4 +4349,18 @@
   }
   pFaceID = 0;
   return ceiling_height_level[v22];// нет никакой преграды
+}
+
+
+//----- (00464839) --------------------------------------------------------
+char Is_out15odm_underwater()
+{
+  return _stricmp(pCurrentMapName, "out15.odm") == 0;
+}
+
+//----- (00464851) --------------------------------------------------------
+void SetUnderwaterFog()
+{
+  day_fogrange_1 = 50;
+  day_fogrange_2 = 5000;
 }
\ No newline at end of file