From 4519e21a2102f958377a6e2d16a2e51beec837a7 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 3 Jun 2019 18:45:02 -0400 Subject: [PATCH] disabled code bit --- src/ball.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ball.c b/src/ball.c index 75822f88b..00352e2b7 100644 --- a/src/ball.c +++ b/src/ball.c @@ -205,9 +205,9 @@ int linenum; { #if 0 if (uball && bcubreadcrumbs.in_effect && uball->where == OBJ_FREE) { - impossible("placebc collision from %s:%d, already placed by %s:%d", + impossible("unplacebc collision from %s:%d, already placed by %s:%d", funcnm, linenum, - bcpbreadcrumbs.funcnm, bcpbreadcrumbs.linenum); + bcubreadcrumbs.funcnm, bcubreadcrumbs.linenum); return; } #endif