summaryrefslogtreecommitdiffstats
path: root/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'map.c')
-rw-r--r--map.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/map.c b/map.c
index d3bd341..305380f 100644
--- a/map.c
+++ b/map.c
@@ -5,6 +5,7 @@
void
map_output (int *computer, int *x, int *y)
{
+ (*computer)--;
}
#elif defined(MAP_HOME)