From: Erik V. <ev...@us...> - 2009-11-21 19:29:09
|
Update of /cvsroot/rails/18xx In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24920 Modified Files: my.properties Log Message: Suffix special value to insert next player name Index: my.properties =================================================================== RCS file: /cvsroot/rails/18xx/my.properties,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** my.properties 21 Nov 2009 18:14:32 -0000 1.7 --- my.properties 21 Nov 2009 19:28:59 -0000 1.8 *************** *** 43,47 **** # Optionally, a suffix (e.g. player name) can be added after the time stamp # with a preceding underscore (which is automatically added) ! #save.filename.suffix=Me # The default extension is .rails #save.filename.extension=rails --- 43,48 ---- # Optionally, a suffix (e.g. player name) can be added after the time stamp # with a preceding underscore (which is automatically added) ! # The special value NEXT_PLAYER puts the next moving player name into this spot. ! #save.filename.suffix=NEXT_PLAYER # The default extension is .rails #save.filename.extension=rails |