Browse Source

Revert "Update Source/items.cpp"

This reverts commit f966a5ca5b.
pull/88/head
Robin Eklind 7 years ago
parent
commit
9254e760c4
  1. 2
      Source/items.cpp

2
Source/items.cpp

@ -679,7 +679,7 @@ void __cdecl AddInitItems()
itemactive[numitems] = i;
x = random(12, 80) + 16;
y = random(12, 80) + 16;
while (!ItemPlace(x, y)) {
for (k = ItemPlace(x, y); !k; k = ItemPlace(x, y)) {
x = random(12, 80) + 16;
y = random(12, 80) + 16;
}

Loading…
Cancel
Save