From c1162bbcf47105ac54583712a79daa08c1f76dd0 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 17 Feb 2004 18:08:51 +0000 Subject: [PATCH] Cosmetic. --- src/lib/update/bp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/update/bp.c b/src/lib/update/bp.c index ab3038d2..8c03bdc9 100644 --- a/src/lib/update/bp.c +++ b/src/lib/update/bp.c @@ -44,8 +44,7 @@ static int bud_key[I_MAX + 2] = { 0, 1, 2, 3, 4, 0, 0, 0, 0, 0, 0, 5, 6, 0, 0, 7 }; -int -* +int * get_wp(int *bp, struct sctstr *sp, int cm) { return (bp + (sp->sct_x + (sp->sct_y * WORLD_X)) +