Use the new-format sequences.

This commit is contained in:
Paul Chote
2010-09-09 19:18:17 +12:00
parent befe22e170
commit dbbdc171d2
19 changed files with 244 additions and 2132 deletions

View File

@@ -17,7 +17,7 @@ namespace OpenRA
CursorSequence sequence;
public Cursor(string cursor)
{
sequence = SequenceProvider.GetCursorSequence(cursor);
sequence = CursorProvider.GetCursorSequence(cursor);
}
public void Draw(int frame, float2 pos)