Current News Archived News Search News Discussion Forum Old Forum Install Programs More Downloads... Troubleshooting Source Code Format Specs. Misc. Information Non-SF Stuff Links Small banner for links to this site: |
diff --git a/drawgrp/drawgrp.cpp b/drawgrp/drawgrp.cpp
--- a/drawgrp/drawgrp.cpp
+++ b/drawgrp/drawgrp.cpp
if (argc>1)\r
hGrp = LoadGrp(argv[1]);\r
else\r
- hGrp = LoadGrp("game\\icons.grp");\r
+ hGrp = LoadGrp("unit\\zerg\\ultra.grp");\r
HDC hDC = GetDC(0);\r
GRPHEADER GrpInfo;\r
if (GetGrpInfo(hGrp,&GrpInfo)==0) {GrpInfo.nFrames=0;GrpInfo.wMaxWidth=0;GrpInfo.wMaxHeight=0;}\r
}*/\r
COLORREF clrPixel;\r
RECT rect;\r
- for (i=0;i<400;i+=1) {\r
+ for (i=13;i<400;i+=17) {\r
rect.left = rect.top = i;\r
rect.right = rect.left + BI.nWidth;\r
rect.bottom = rect.top + BI.nHeight;\r
}\r
FillRect(hDC, &rect, (HBRUSH) (COLOR_WINDOW+1));\r
}\r
- for (i=0;i<400;i+=1) {\r
+ for (i=4;i<400;i+=17) {\r
rect.left = rect.top = 400-i;\r
rect.right = rect.left + BI.nWidth;\r
rect.bottom = rect.top + BI.nHeight;\r
|