diff mm7_3.cpp @ 68:fdacbc653945

BLV render: first image
author Nomad
date Sat, 27 Oct 2012 19:23:06 +0200
parents 5159d2e6f559
children 47736b43558d
line wrap: on
line diff
--- a/mm7_3.cpp	Fri Oct 26 03:43:05 2012 +0200
+++ b/mm7_3.cpp	Sat Oct 27 19:23:06 2012 +0200
@@ -7909,7 +7909,7 @@
 
 
 //----- (00479A53) --------------------------------------------------------
-void __fastcall sub_479A53(unsigned int uNumVertices, unsigned int uFaceID)
+void __fastcall _479A53_draw_some_blv_poly(unsigned int uNumVertices, unsigned int uFaceID)
 {
   BLVFace *pFace; // esi@1
   unsigned int v3; // edi@1
@@ -7992,6 +7992,8 @@
   float v80; // [sp+16Ch] [bp-8h]@3
   const void *v81; // [sp+170h] [bp-4h]@7
 
+  __debugbreak();
+
   pFace = &pIndoor->pFaces[uFaceID];
   v65 = uFaceID;
   v3 = uNumVertices;