repo.or.cz
/
4DMemory.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
bb9f7c3
)
Darn typo
author
Sverre Rabbelier
<
[email protected]
>
Sat, 26 Jan 2008 18:50:20 +0000
(26 19:50 +0100)
committer
Sverre Rabbelier
<
[email protected]
>
Sat, 26 Jan 2008 18:50:20 +0000
(26 19:50 +0100)
4DMemory/CardsGrid.cs
patch
|
blob
|
blame
|
history
diff --git
a/4DMemory/CardsGrid.cs
b/4DMemory/CardsGrid.cs
index
8addfda
..
e0455dc
100644
(file)
--- a/
4DMemory/CardsGrid.cs
+++ b/
4DMemory/CardsGrid.cs
@@
-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 == seco
dn
pos)
\r
+ if (firstpos == seco
nd
pos)
\r
return;
\r
\r
CardsPlane firstplane = m_cardsPlane[firstpos];
\r