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




ShadowFlare [Sat, 9 Sep 2006 09:29:23 +0000 (09:29 +0000)]
drawgrp/drawgrp.cpp

index 06af64f..8d61736 100644 (file)
@@ -98,7 +98,7 @@ int main(int argc, char* argv[])
                BI.nFrame = i;\r
                for (y = 0; y < BI.nHeight; y++) {\r
                        for (x = 0; x < BI.nWidth; x++) {\r
-                               WritePixelToBuffer(&BI, x, y, 45);\r
+                               WritePixelToBuffer(&BI, x, y, 8);\r
                        }\r
                }\r
                DrawGrp(hGrp,(HDC)&BI,0,0,i,0,USE_INDEX,0);\r