Update the piecen count when we enter the game room.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@377 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-10-18 20:53:53 +00:00
parent 5a96e13b29
commit f5f4f8b336
@@ -1,5 +1,5 @@
// //
// $Id: PlayerInfoView.java,v 1.2 2001/10/18 18:10:57 mdb Exp $ // $Id: PlayerInfoView.java,v 1.3 2001/10/18 20:53:53 mdb Exp $
package com.threerings.venison; package com.threerings.venison;
@@ -64,6 +64,7 @@ public class PlayerInfoView
} }
// update the piecen count // update the piecen count
updatePiecenCount();
} }
/** /**