A lot of fixes in cards.txt and the CardFactories, removed all warnings.

This commit is contained in:
jendave
2011-08-06 02:45:22 +00:00
parent e74ef54912
commit a48a6f43bb
12 changed files with 125 additions and 116 deletions

View File

@@ -28,7 +28,6 @@ public class QuestData_State implements Serializable {
ArrayList<String> cardPool;
HashMap<String, Deck> myDecks, aiDecks;
@SuppressWarnings("unchecked")
private Object readResolve() throws ObjectStreamException {
// System.out.println("resolving obsolete QuestData_State");
Map<String, forge.Deck> myDecks = new HashMap<String, forge.Deck>();