summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/List.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/List.cpp b/src/List.cpp
index ce206c5..ec2495c 100644
--- a/src/List.cpp
+++ b/src/List.cpp
@@ -4,7 +4,7 @@ List::List()
{
for(int i = 0; i < 10; i++)
{
- Character x ('@',3,150,150+i);
+ Character x ('@',4,150,150+i);
men.push_back(x);
}
}