diff Engine/Engine.cpp @ 2568:f2f2595fe308

rename Decals[], DecalCount
author Ritor1
date Thu, 21 May 2015 18:32:45 +0600
parents 117c219bf913
children d433439699be
line wrap: on
line diff
--- a/Engine/Engine.cpp	Wed May 20 15:12:33 2015 +0200
+++ b/Engine/Engine.cpp	Thu May 21 18:32:45 2015 +0600
@@ -462,8 +462,8 @@
     PickMouse(depth, cursor.x, cursor.y, false, v10, v11);
     pLightmapBuilder->StationaryLightsCount = 0;
     pLightmapBuilder->MobileLightsCount = 0;
-    pDecalBuilder->std__vector_pDecals_size = 0;
-    pDecalBuilder->field_308008 = 0;
+    pDecalBuilder->DecalsCount = 0;
+    pDecalBuilder->curent_decal_id = 0;
     if (!_44F07B())
         return false;
 
@@ -548,7 +548,7 @@
     if (/*uFlags & 0x04*/ debug_lights)
     {
         pLightmapBuilder->DrawDebugOutlines(-1);
-        //pDecalBuilder->DrawDecalDebugOutlines();
+        pDecalBuilder->DrawDecalDebugOutlines();
     }
     return true;
 }