mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-15 20:20:54 +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,
|
0,
|
||||||
-1,
|
2558,
|
||||||
-8,
|
-8,
|
||||||
0,
|
0,
|
||||||
255,
|
32,
|
||||||
255,
|
32,
|
||||||
-1,
|
-1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue