Browse Source

Fix SpawnRock

pull/109/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
95d45d1c35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/items.cpp

2
Source/items.cpp

@ -2354,7 +2354,7 @@ void SpawnRock()
item[i]._ix = xx;
item[i]._iy = yy;
dItem[xx][item[i]._iy] = i + 1;
GetItemAttrs(i, 7, currlevel);
GetItemAttrs(i, IDI_ROCK, currlevel);
SetupItem(i);
item[i]._iSelFlag = 2;
item[i]._iPostDraw = 1;

Loading…
Cancel
Save