diff mm7_2.cpp @ 58:764abc86ce90

22.01.13
author Ritor1
date Tue, 22 Jan 2013 00:59:02 +0600
parents 7fb7febacb46
children 6c2cefdaea3e
line wrap: on
line diff
--- a/mm7_2.cpp	Mon Jan 21 20:22:10 2013 +0600
+++ b/mm7_2.cpp	Tue Jan 22 00:59:02 2013 +0600
@@ -12980,6 +12980,7 @@
   bDialogueUI_InitializeActor_NPC_ID = 0;
   OnMapLoad();
   pGameLoadingUI_ProgressBar->Progress();
+  memset(&pRenderer->pBillboardRenderListD3D, 0, sizeof(pRenderer->pBillboardRenderListD3D));//Ritor1: fix
   pGameLoadingUI_ProgressBar->Release();
   _flushall();
 }