]> Pileus Git - ~andy/spades/blobdiff - src/org/pileus/spades/Main.java
Add cards display from IRC messages
[~andy/spades] / src / org / pileus / spades / Main.java
index 56691e403306cd11426593676d7deae4468996f8..f85e06fccb3947c56345028187313ee81c84ddd1 100644 (file)
@@ -257,14 +257,14 @@ public class Main extends Activity
                                        .setContent(R.id.debug));
 
                        // Setup Spades game and cards view
-                       this.game  = new Spades();
+                       this.game  = new Spades("rhawk");
                        this.cards = new Cards(this);
 
                        this.game.cards = this.cards;
                        this.cards.game = this.game;
 
                        this.spades.addView(cards);
-                       
+
                        // Attach to background service
                        this.register();