void main(int argc, char near *argv[])\r
{\r
//JMOJI\r
- static byte e;\r
- word chx, chy, colpee;\r
+ static byte e;
+ byte pee[2];\r
+ static word chx, chy, colpee;\r
textInit();\r
modexEnter();
//modexprint(16, 16, 1, 15, "wwww");\r
chx=0;\r
chy=0;
colpee=32;\r
- for(e=0x01; e<=0xFE; e++)\r
+ for(e=0x00; e<=0xFE; e++)\r
{
if(chx+8>(SCREEN_WIDTH/2)-16)
{
chx=0;
chy+=8;
- modexprint(200, 200, 1, 47, 0, &e);
+ sprintf(pee,"%u", colpee);
+ modexprint(200, 200, 1, 47, 0, &pee);
//getch();
}
modexprint(chx, chy, 1, 0, colpee, &e);\r