Skip to content

Commit

Permalink
Merge pull request #152 from jokoho48/fixPrivateinPFH
Browse files Browse the repository at this point in the history
Fix Private in PFH
  • Loading branch information
ViperMaul committed Sep 6, 2015
2 parents b869b1b + 903e980 commit 9938dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/fnc_removePerFrameHandler.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GVAR(perFrameHandlerArray) set [_handle, nil];
_newArray = [];

GVAR(nextPFHid) = ({
private ["_publicH", "_newHandle", "_return"];
private ["_newHandle", "_return"];
_return = false;
_x params ["", "", "", "", "", "_publicH"];
if !(isNil "_x") then {
Expand Down

0 comments on commit 9938dc7

Please sign in to comment.