Mercurial > might-and-magic-trilogy
diff mm7_4.cpp @ 30:4723e86bc51c
Party creation initial fix.
author | Nomad |
---|---|
date | Thu, 18 Oct 2012 03:21:58 +0200 |
parents | be2066176d89 |
children | fd64b06a39a8 1265125099c7 |
line wrap: on
line diff
--- a/mm7_4.cpp Thu Oct 18 03:18:04 2012 +0200 +++ b/mm7_4.cpp Thu Oct 18 03:21:58 2012 +0200 @@ -5923,7 +5923,7 @@ pTexture_MAKESKY = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("MAKESKY", TEXTURE_16BIT_PALETTE)]; do { - sprintfex(pTmpBuf, "%s01", pPlayerPortraitsNames[uX]); + sprintf(pTmpBuf, "%s01", pPlayerPortraitsNames[uX]); v1 = pIcons_LOD->LoadTexture(pTmpBuf, TEXTURE_16BIT_PALETTE); v2 = uX * 4; ++uX;