This commit is contained in:
parent
af932dd338
commit
2fbae8b0c8
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ CAnimTex *ThisTex=new ("CAnimTex::AddAnimTex") CAnimTex;
|
||||||
ThisTex->Rect.w=W;
|
ThisTex->Rect.w=W;
|
||||||
ThisTex->Rect.h=H;
|
ThisTex->Rect.h=H;
|
||||||
ThisTex->TexData=0;
|
ThisTex->TexData=0;
|
||||||
ThisTex->Count=0; ThisTex->Speed=-4;
|
ThisTex->Count=0; ThisTex->Speed=-1;
|
||||||
ThisTex->TPage=Frame->TPage;
|
ThisTex->TPage=Frame->TPage;
|
||||||
ThisTex->TexName=Filename;
|
ThisTex->TexName=Filename;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue