Darn typo
authorSverre Rabbelier <[email protected]>
Sat, 26 Jan 2008 18:50:20 +0000 (26 19:50 +0100)
committerSverre Rabbelier <[email protected]>
Sat, 26 Jan 2008 18:50:20 +0000 (26 19:50 +0100)
4DMemory/CardsGrid.cs

index 8addfda..e0455dc 100644 (file)
@@ -79,7 +79,7 @@ namespace Memory
         public void swap(int firstpos, int secondpos)\r
         {\r
             // Don't swap anything if they are equal\r
-            if (firstpos == secodnpos)\r
+            if (firstpos == secondpos)\r
                 return;\r
 \r
             CardsPlane firstplane = m_cardsPlane[firstpos];\r