From a2cdf16b28b84e8935cc01c72b134c6b0fd82bc5 Mon Sep 17 00:00:00 2001 From: Robin Eklind Date: Mon, 8 Apr 2019 17:27:55 +0900 Subject: [PATCH] Remove unused variable k in AddInitItems. --- Source/items.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/items.cpp b/Source/items.cpp index 77e0f1848..cd364e2b1 100644 --- a/Source/items.cpp +++ b/Source/items.cpp @@ -669,7 +669,6 @@ BOOL __fastcall ItemPlace(int xp, int yp) void __cdecl AddInitItems() { - BOOL k; int x, y, i, j, rnd; rnd = random(11, 3) + 3;