Hi all

I tried to make a path that when the ship arrives Europe, the
europePanel will show up directly. That can help the starters to
continue the game with out knowing to start the EuropePanel.


--- InGameController.java.old   2012-05-20 05:43:18.568503519 +1000
+++ InGameController.java       2012-05-20 05:42:11.560171238 +1000
@@ -1184,6 +1184,8 @@ public final class InGameController impl
      * Displays the messages in the current turn report.
      */
     public void displayTurnReportMessages() {
+       //Show the europePanel directly after the ship arrives Europe
+        gui.showEuropePanel();
         gui.showReportTurnPanel(turnReportMessages);
     }


Thank you!

Regards!

Kyle Wang

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Freecol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freecol-developers

Reply via email to