From: Stefan F. <ste...@us...> - 2010-02-17 00:58:51
|
Update of /cvsroot/rails/18xx/rails/common In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11394/rails/common Modified Files: GuiDef.java Log Message: NoMapMode: Does not display the map (set to invisible). Index: GuiDef.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/common/GuiDef.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** GuiDef.java 6 Feb 2010 23:48:26 -0000 1.3 --- GuiDef.java 17 Feb 2010 00:22:02 -0000 1.4 *************** *** 37,41 **** CAN_ANY_COMPANY_BUY_PRIVATES, DO_BONUS_TOKENS_EXIST, ! HAS_ANY_COMPANY_LOANS } --- 37,42 ---- CAN_ANY_COMPANY_BUY_PRIVATES, DO_BONUS_TOKENS_EXIST, ! HAS_ANY_COMPANY_LOANS, ! NO_MAP_MODE } |