This commit is contained in:
Daveo 2001-07-02 15:40:28 +00:00
parent 488ecef680
commit b8aee4f01d
6 changed files with 19 additions and 15 deletions

View file

@ -652,6 +652,7 @@ vector<sSpriteAnim> Hdrs;
OutFrame.FrameIdx=ThisFrame.FrameIdx;
OutFrame.XOfs=ThisFrame.XOfs;
OutFrame.YOfs=ThisFrame.YOfs;
fwrite(&OutFrame,1,sizeof(sSpriteFrame),File);
}
PadFile(File);