comparison mm7_1.cpp @ 170:91fa025e6ca6

font cleaning code
author C:\Documents and Settings\Administrator.SDF-1\Application Data\The Bat!
date Fri, 15 Feb 2013 01:21:53 +0400
parents d1dde383af89
children 05682713195c
comparison
equal deleted inserted replaced
169:d1dde383af89 170:91fa025e6ca6
1605 pSRZBufferLineOffsets[i] = 640 * i; 1605 pSRZBufferLineOffsets[i] = 640 * i;
1606 1606
1607 pRenderer->ResetClip(); 1607 pRenderer->ResetClip();
1608 1608
1609 uTextureID_FONTPAL = pIcons_LOD->LoadTexture("FONTPAL", TEXTURE_16BIT_PALETTE); 1609 uTextureID_FONTPAL = pIcons_LOD->LoadTexture("FONTPAL", TEXTURE_16BIT_PALETTE);
1610 pFontArrus = LoadFont("arrus.fnt", "FONTPAL", 0); 1610 pFontArrus = LoadFont("arrus.fnt", "FONTPAL", NULL);
1611 pFontLucida = LoadFont("lucida.fnt", "FONTPAL", 0); 1611 pFontLucida = LoadFont("lucida.fnt", "FONTPAL", NULL);
1612 pFontCreate = LoadFont("create.fnt", "FONTPAL", 0); 1612 pFontCreate = LoadFont("create.fnt", "FONTPAL", NULL);
1613 pFontSmallnum = LoadFont("smallnum.fnt", "FONTPAL", 0); 1613 pFontSmallnum = LoadFont("smallnum.fnt", "FONTPAL", NULL);
1614 pFontComic = LoadFont("comic.fnt", "FONTPAL", 0); 1614 pFontComic = LoadFont("comic.fnt", "FONTPAL", NULL);
1615 pFontArrus->field_3 = 0; 1615 pFontArrus->field_3 = 0;
1616 pFontLucida->field_3 = 0; 1616 pFontLucida->field_3 = 0;
1617 pFontCreate->field_3 = 0; 1617 pFontCreate->field_3 = 0;
1618 1618
1619 for (uint i = 0; i < 20; ++i) 1619 for (uint i = 0; i < 20; ++i)