Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
alexp-sssup committed Mar 17, 2009
1 parent ead471f commit 4c9f2dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tags.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ void DefineSpriteTag::printInfo(int t)
sys.currentClip=&clip;
for(int i=0;i<t;i++)
cerr << '\t';
cerr << "DefineSprite Info" << endl;
cerr << "DefineSprite Info ID " << SpriteID << endl;
for(int i=0;i<t;i++)
cerr << '\t';
cerr << "\tFrame Count " << FrameCount << " real " << clip.frames.size() << endl;
Expand Down Expand Up @@ -439,7 +439,7 @@ void DefineShapeTag::printInfo(int t)
{
for(int i=0;i<t;i++)
cerr << '\t';
cerr << "DefineShape Info" << endl;
cerr << "DefineShape Info ID " << ShapeId << endl;
}

DefineShape2Tag::DefineShape2Tag(RECORDHEADER h, std::istream& in):RenderTag(h,in)
Expand All @@ -453,7 +453,7 @@ void DefineShape2Tag::printInfo(int t)
{
for(int i=0;i<t;i++)
cerr << '\t';
cerr << "DefineShape2 Info" << endl;
cerr << "DefineShape2 Info ID " << ShapeId << endl;
}

int crossProd(const Vector2& a, const Vector2& b)
Expand Down

0 comments on commit 4c9f2dd

Please sign in to comment.