Jeck - More deck editor fixes, quick hack to subtypes filter. I've noticed some slowdown while scrolling up/down in the deck editor, I think this is due to some recent changes that removed a few of the filter system's optimizations. I'll re-implement them tonight.

This commit is contained in:
wagic.jeck
2010-02-19 23:06:44 +00:00
parent 4254d8cb9f
commit 5dd2388b6f
3 changed files with 22 additions and 5 deletions

View File

@@ -428,6 +428,7 @@ public:
bool isFinished() {return bFinished;};
void ButtonPressed(int controllerId, int controlId);
void buildList();
void setSrc(WSrcCards * wsc);
protected:
void clearArgs();
void addArg(string display, string code);