diff Commands/CommandStack.cs @ 43:2baf3f949cfb

* Make sure that we use "." as our decimal separator when parsing doubles from XML (should fix warfoundry:#185 for Europe) * Automated cleanups no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sun, 04 Oct 2009 09:47:16 +0000
parents d5dcd1c09c28
children
line wrap: on
line diff
--- a/Commands/CommandStack.cs	Tue Sep 29 19:19:44 2009 +0000
+++ b/Commands/CommandStack.cs	Sun Oct 04 09:47:16 2009 +0000
@@ -64,7 +64,7 @@
 		{
 			commandStack.Clear();
 			listMax = -1;
-			listPos = -1;
+			listPos = -1;
 			cleanPos = -1;
 			DoCommandStackUpdated();
 		}