From 65dacb1ed94502f19c9eb4404f8d016689c57e20 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Thu, 19 Nov 2015 17:40:32 -0600 Subject: Update List.cpp --- src/List.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/List.cpp') 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); } } -- cgit v1.2.3