From f5f4f8b3369e323c9d484170143826b4e4b4d6e8 Mon Sep 17 00:00:00 2001 From: mdb Date: Thu, 18 Oct 2001 20:53:53 +0000 Subject: [PATCH] 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 --- .../src/java/com/samskivert/atlanti/client/PlayerInfoView.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/atlanti/src/java/com/samskivert/atlanti/client/PlayerInfoView.java b/projects/atlanti/src/java/com/samskivert/atlanti/client/PlayerInfoView.java index bbb0f59b..fccd765e 100644 --- a/projects/atlanti/src/java/com/samskivert/atlanti/client/PlayerInfoView.java +++ b/projects/atlanti/src/java/com/samskivert/atlanti/client/PlayerInfoView.java @@ -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; @@ -64,6 +64,7 @@ public class PlayerInfoView } // update the piecen count + updatePiecenCount(); } /**