Renamed GetProximity to CountProximity.
# Conflicts: # wadsrc/static/actors/actor.txt
This commit is contained in:
parent
167cb28563
commit
13fa06fe7a
2 changed files with 3 additions and 3 deletions
|
|
@ -645,13 +645,13 @@ DEFINE_ACTION_FUNCTION_PARAMS(AActor, GetPlayerInput)
|
|||
|
||||
//==========================================================================
|
||||
//
|
||||
// GetProximity
|
||||
// CountProximity
|
||||
//
|
||||
// NON-ACTION function of A_CheckProximity that returns how much it counts.
|
||||
// Takes a pointer as anyone may or may not be a player.
|
||||
//==========================================================================
|
||||
|
||||
DEFINE_ACTION_FUNCTION_PARAMS(AActor, GetProximity)
|
||||
DEFINE_ACTION_FUNCTION_PARAMS(AActor, CountProximity)
|
||||
{
|
||||
if (numret > 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue