Removed unnecessary param assignment, fixed comment example

This commit is contained in:
jonpas 2015-08-17 18:22:03 +02:00
parent b6a24fdb1e
commit 3147cb038b

View File

@ -9,13 +9,13 @@
* None * None
* *
* Example: * Example:
* [] call ace_viewdistance_fnc_setFovBasedObjectViewDistance * [] call ace_viewdistance_fnc_setFovBasedOvdPFH
* *
* Public: No * Public: No
*/ */
#include "script_component.hpp" #include "script_component.hpp"
params ["_args", "_idPFH"]; params ["", "_idPFH"];
// Remove PFH and set Object View Distance back to what it was before // Remove PFH and set Object View Distance back to what it was before
if (GVAR(objectViewDistanceCoeff) < 6) exitWith { if (GVAR(objectViewDistanceCoeff) < 6) exitWith {