Update of /cvsroot/rails/18xx
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14410
Modified Files:
LocalisedText.properties
Log Message:
Better handling of load errors.
If the game engine deems a move invalid, processing stops at that point, and play can be resumed from there. A sensible set of messages is displayed.
Index: LocalisedText.properties
===================================================================
RCS file: /cvsroot/rails/18xx/LocalisedText.properties,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** LocalisedText.properties 23 Nov 2009 18:32:47 -0000 1.81
--- LocalisedText.properties 25 Nov 2009 18:48:19 -0000 1.82
***************
*** 148,151 ****
--- 148,152 ----
Extra4Trains=Extra 4-trains
FILE=File
+ FixedPriceNotPaid=Invalid price {0}, fixed price is {1}
FloatsWithCash={0} floats and receives {1}
Floats={0} floats
***************
*** 214,217 ****
--- 215,219 ----
LoadFailed=Load failed, reason: {0}
LoadGame=Load Game
+ LoadInterrupted=Load interrupted at this point, you can continue play from here
LoansNotAllowed={0} may not take any loans
MAP=Map
|