aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lightup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lightup.c b/lightup.c
index 5beacc7..9131428 100644
--- a/lightup.c
+++ b/lightup.c
@@ -657,7 +657,6 @@ static void list_lights(game_state *state, int ox, int oy, int origin,
{
int x,y;
- memset(lld, 0, sizeof(lld));
lld->ox = lld->minx = lld->maxx = ox;
lld->oy = lld->miny = lld->maxy = oy;
lld->include_origin = origin;