Mercurial > mm7
comparison mm7_1.cpp @ 177:c10509e439f1
Обращённый набор изменений: 05682713195c
author | Ritor1 |
---|---|
date | Fri, 15 Feb 2013 10:39:18 +0600 |
parents | 05682713195c |
children | 1dfa65be220e |
comparison
equal
deleted
inserted
replaced
176:05682713195c | 177:c10509e439f1 |
---|---|
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) |