mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
Merge branch 'master' of https://github.com/coelckers/gzdoom
This commit is contained in:
commit
d976ce92e2
1 changed files with 3 additions and 1 deletions
|
@ -453,7 +453,9 @@ class Actor : Thinker native
|
|||
return -1;
|
||||
}
|
||||
|
||||
// Called when the player presses 'use' and an actor is found
|
||||
// Called when the player presses 'use' and an actor is found, except if the
|
||||
// UseSpecial flag is set. Use level.ExecuteSpecial to call action specials
|
||||
// instead.
|
||||
virtual bool Used(Actor user)
|
||||
{
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue