diff --git a/src/main/java/com/threerings/getdown/launcher/StatusPanel.java b/src/main/java/com/threerings/getdown/launcher/StatusPanel.java index 3e685cd..62f1a18 100644 --- a/src/main/java/com/threerings/getdown/launcher/StatusPanel.java +++ b/src/main/java/com/threerings/getdown/launcher/StatusPanel.java @@ -365,7 +365,7 @@ public class StatusPanel extends JComponent protected ResourceBundle _msgs; - protected int _progress = 0; + protected int _progress = -1; protected String _status; protected int _statusDots = 1; protected boolean _displayError;