diff DecalBuilder.h @ 1465:090ff42290c4

Слияние
author Ritor1
date Mon, 26 Aug 2013 10:39:24 +0600
parents 934074e7fcc1
children af57b3b76fe4
line wrap: on
line diff
--- a/DecalBuilder.h	Mon Aug 26 10:39:10 2013 +0600
+++ b/DecalBuilder.h	Mon Aug 26 10:39:24 2013 +0600
@@ -15,14 +15,14 @@
   }
 
   //----- (0043B54C) --------------------------------------------------------
-  //void __thiscall Bloodsplat::vdtor(Bloodsplat *this, char a2)
+  //void  Bloodsplat::vdtor(Bloodsplat *this, char a2)
 
   //----- (0043B569) --------------------------------------------------------
   virtual ~Bloodsplat()
   {
   }
 
-  //void (__thiscall ***vdestructor_ptr)(Bloodsplat *, bool);
+  //void ( ***vdestructor_ptr)(Bloodsplat *, bool);
   float x;
   float y;
   float z;
@@ -49,8 +49,8 @@
     this->std__vector_pBloodsplats,
     40,
     64,
-    (void (__thiscall *)(void *))Bloodsplat::Bloodsplat,
-    (void (__thiscall *)(void *))Bloodsplat::dtor);
+    (void ( *)(void *))Bloodsplat::Bloodsplat,
+    (void ( *)(void *))Bloodsplat::dtor);
   v1->std__vector_pBloodsplats_size = 0;*/
     uNumBloodsplats = 0;
   }
@@ -66,7 +66,7 @@
   bool AddBloodsplat(float x, float y, float z, float radius, char r, char g, char b);
 
 
-  //void (__thiscall ***vdestructor_ptr)(BloodsplatContainer *, bool);
+  //void ( ***vdestructor_ptr)(BloodsplatContainer *, bool);
   Bloodsplat std__vector_pBloodsplats[64];
   unsigned int std__vector_pBloodsplats_size;
   int uNumBloodsplats;
@@ -107,13 +107,13 @@
   }
 
   //----- (0043B625) --------------------------------------------------------
-  //void __thiscall Decal::vdtor(Decal *this, bool a2)
+  //void  Decal::vdtor(Decal *this, bool a2)
   //----- (0043B641) --------------------------------------------------------
   virtual ~Decal()
   {
   }
 
-  //void (__thiscall ***vdestructor_ptr)(Decal *, bool);
+  //void ( ***vdestructor_ptr)(Decal *, bool);
   int uNumVertices;
   RenderVertexSoft pVertices[64];
   __int16 field_C08;
@@ -142,8 +142,8 @@
     this->std__vector_pDecals,
     3104,
     1024,
-    (void (__thiscall *)(void *))Decal::Decal,
-    (void (__thiscall *)(void *))Decal::dtor);*/
+    (void ( *)(void *))Decal::Decal,
+    (void ( *)(void *))Decal::dtor);*/
   v1->std__vector_pDecals_size = 0;
   v1->field_308008 = 0;
   v2 = (char *)&v1->pVertices[0].flt_2C;
@@ -176,7 +176,7 @@
 
 
 
-  //void (__thiscall ***vdestructor_ptr)(DecalBuilder *, bool);
+  //void ( ***vdestructor_ptr)(DecalBuilder *, bool);
   Decal std__vector_pDecals[1024];
   unsigned int std__vector_pDecals_size;
   int field_308008;