Mercurial > mm7
diff Engine/LOD.h @ 2575:a76d408c5132 tip
DrawTranslucent -> DrawTextureGrayShade
Removed old texture drawing stuff
author | a.parshin |
---|---|
date | Wed, 09 Mar 2016 01:39:52 +0200 |
parents | dd36326a9994 |
children |
line wrap: on
line diff
--- a/Engine/LOD.h Mon Mar 07 03:48:40 2016 +0200 +++ b/Engine/LOD.h Wed Mar 09 01:39:52 2016 +0200 @@ -159,7 +159,7 @@ void ReleaseHardwareTextures(); void ReleaseLostHardwareTextures(); void _410423_move_textures_to_device(); - int _410522(struct Texture_MM7 *pDst, const char *pContainer, unsigned int uTextureType); + int PlacementLoadTexture(struct Texture_MM7 *pDst, const char *pContainer, unsigned int uTextureType); void SetupPalettes(unsigned int uTargetRBits, unsigned int uTargetGBits, unsigned int uTargetBBits); void ReleaseAll2(); void RemoveTexturesPackFromTextureList();