mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
- gave key 7 a proper spawn record using the blue outline as image.
A proper definition here is needed to allow dropping this item. The original code had a picnum of -1 here which caused crashes.
This commit is contained in:
parent
0cdb7a53ce
commit
d2c9b5979d
1 changed files with 3 additions and 3 deletions
|
@ -715,11 +715,11 @@ const ITEMDATA gItemData[] = {
|
|||
},
|
||||
{
|
||||
0,
|
||||
-1,
|
||||
2558,
|
||||
-8,
|
||||
0,
|
||||
255,
|
||||
255,
|
||||
32,
|
||||
32,
|
||||
-1,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue