summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 8f5208f..75847a2 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -26,9 +26,9 @@ int main()
else if (c == 'l')
l.y = l.y+1;
else if (c == 'k')
- l.x = l.x+1;
- else if (c == 'j')
l.x = l.x-1;
+ else if (c == 'j')
+ l.x = l.x+1;
else if (c == 'q')
break;
else if (c == 'p')