- merge USDF branch into trunk.
- add USDF spexs. SVN r2561 (trunk)
This commit is contained in:
parent
6f82db47b8
commit
b452bec0ee
23 changed files with 1226 additions and 273 deletions
|
|
@ -68,7 +68,7 @@ void A_Unblock(AActor *self, bool drop)
|
|||
|
||||
self->flags &= ~MF_SOLID;
|
||||
|
||||
// If the self has a conversation that sets an item to drop, drop that.
|
||||
// If the actor has a conversation that sets an item to drop, drop that.
|
||||
if (self->Conversation != NULL && self->Conversation->DropType != NULL)
|
||||
{
|
||||
P_DropItem (self, self->Conversation->DropType, -1, 256);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue