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
}*/\r
signed short clrPixel;\r
RECT rect;\r
- for (i=0;i<GrpInfo.nFrames;i++) {\r
+ /*for (i=0;i<GrpInfo.nFrames;i++) {\r
for (j=0;j<16;j++)\r
{\r
rand_s(&u);\r
v = v % 600;\r
DrawGrp(hGrp,hDC,u,v,i,dwPalette,ALPHA_BLEND,0x404040);\r
}\r
- }\r
+ }*/\r
SetFunctionGetPixel((GETPIXELPROC)ReadPixelFromBuffer);\r
SetFunctionSetPixel((SETPIXELPROC)WritePixelToBuffer);\r
for (i=0;i<GrpInfo.nFrames;i++) {\r
|