Skip to content

Commit

Permalink
- gave key 7 a proper spawn record using the blue outline as image.
Browse files Browse the repository at this point in the history
A proper definition here is needed to allow dropping this item.
The original code had a picnum of -1 here which caused crashes.
  • Loading branch information
coelckers committed Apr 17, 2021
1 parent 0cdb7a5 commit d2c9b59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/games/blood/src/actor.cpp
Expand Up @@ -715,11 +715,11 @@ const ITEMDATA gItemData[] = {
},
{
0,
-1,
2558,
-8,
0,
255,
255,
32,
32,
-1,
},
{
Expand Down

0 comments on commit d2c9b59

Please sign in to comment.