This commit is contained in:
Kllrt 2015-04-11 16:36:31 +02:00
commit 56681e632d

View File

@ -23,7 +23,7 @@ _fnc_renderNearbyActions = {
#define MAXINTERACTOBJECTS 3 #define MAXINTERACTOBJECTS 3
_numInteractObjects = 0; _numInteractObjects = 0;
_nearestObjects = nearestObjects [(getPos ACE_player), ["All"], 15]; _nearestObjects = nearestObjects [ACE_player, ["All"], 15];
{ {
_target = _x; _target = _x;