Browse Source

Remove unused variable k in AddInitItems.

pull/88/head
Robin Eklind 7 years ago
parent
commit
a2cdf16b28
  1. 1
      Source/items.cpp

1
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;

Loading…
Cancel
Save