ref: 1f5ba20d4c1c828815f58c058d11666a3f6cf3f6
parent: f614b1be4c2c4d403f14c86cb9dea7306adf390b
author: mkf <mkf@cloud9p.org>
date: Mon May 6 15:19:20 EDT 2024
cli: use new domove
--- a/cli.c
+++ b/cli.c
@@ -112,7 +112,7 @@
}
/* should check if there is a wall or something this way */
- if(domove(d, findglenda()) == Wall)
+ if(domove(d) == Wall)
{
fprintf(stderr, "There is a wall there!\n");
return;