From: ShadowFlare Date: Sat, 21 Oct 2006 20:17:36 +0000 (+0000) Subject: (no commit message) X-Git-Url: https://sfsrealm.hopto.org/projects/gitweb.cgi?p=grpapi.git;a=commitdiff_plain;h=20bc40c88eee9f6da2ba739ecd3f681334862491 --- diff --git a/drawgrp/drawgrp.cpp b/drawgrp/drawgrp.cpp index 8a48980..6ddab08 100644 --- a/drawgrp/drawgrp.cpp +++ b/drawgrp/drawgrp.cpp @@ -68,7 +68,7 @@ int main(int argc, char* argv[]) if (argc>1) hGrp = LoadGrp(argv[1]); else - hGrp = LoadGrp("unit\\zerg\\ultra.grp"); + hGrp = LoadGrp("unit\\zerg\\zergling.grp"); HDC hDC = GetDC(0); GRPHEADER GrpInfo; if (GetGrpInfo(hGrp,&GrpInfo)==0) {GrpInfo.nFrames=0;GrpInfo.wMaxWidth=0;GrpInfo.wMaxHeight=0;} @@ -88,7 +88,7 @@ int main(int argc, char* argv[]) signed short clrPixel; RECT rect; for (i=0;i