Mercurial > mm7
comparison mm7_2.cpp @ 110:aa9b34eb3da4
NPC(Margaret) fix
author | Ritor1 |
---|---|
date | Sat, 09 Feb 2013 17:39:50 +0600 |
parents | 8a10c9780e17 |
children | fe0e317c0de0 |
comparison
equal
deleted
inserted
replaced
109:01ab35c85832 | 110:aa9b34eb3da4 |
---|---|
13847 sprintf(pContainer, "HDWTR%03u", i); | 13847 sprintf(pContainer, "HDWTR%03u", i); |
13848 pRenderer->pHDWaterBitmapIDs[i] = pBitmaps_LOD->LoadTexture(pContainer); | 13848 pRenderer->pHDWaterBitmapIDs[i] = pBitmaps_LOD->LoadTexture(pContainer); |
13849 } | 13849 } |
13850 | 13850 |
13851 pNPCStats = new NPCStats; | 13851 pNPCStats = new NPCStats; |
13852 memset(pNPCStats->pNPCData, 0, 0x94BCu); | |
13852 pNPCStats->Initialize(); | 13853 pNPCStats->Initialize(); |
13853 | 13854 |
13854 Initialize_GlobalEVT(); | 13855 Initialize_GlobalEVT(); |
13855 pBitmaps_LOD->dword_11B80 = pBitmaps_LOD->uNumLoadedFiles; | 13856 pBitmaps_LOD->dword_11B80 = pBitmaps_LOD->uNumLoadedFiles; |
13856 if ( pBitmaps_LOD->dword_11B84 < (signed int)pBitmaps_LOD->uNumLoadedFiles ) | 13857 if ( pBitmaps_LOD->dword_11B84 < (signed int)pBitmaps_LOD->uNumLoadedFiles ) |