This commit is contained in:
parent
1a5a4b1c80
commit
89a2f2b65a
1 changed files with 0 additions and 2 deletions
|
@ -83,7 +83,6 @@ CAnimTex *ThisTex=new ("CAnimTex::AddAnimTex") CAnimTex;
|
|||
ThisTex->TexData=(u32*)MemAlloc(Size*sizeof(u16), "AnTx");
|
||||
DrawSync(0);
|
||||
StoreImage(&ThisTex->Rect,(u32*)ThisTex->TexData);
|
||||
PAUL_DBGMSG("1 added");
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
@ -103,7 +102,6 @@ CAnimTex *PrevTex, *ThisTex, *NextTex;
|
|||
if (PrevTex) PrevTex->NextTex=NextTex;
|
||||
if (ThisTex==AnimTexList) AnimTexList=NextTex;
|
||||
delete ThisTex;
|
||||
PAUL_DBGMSG("1 removed");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue