Skip to content

Commit

Permalink
Added disableSerialization to notification processing and setInterfac…
Browse files Browse the repository at this point in the history
…ePosition functions
  • Loading branch information
nsgundy committed May 31, 2015
1 parent 4bca25e commit cd253e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions @cTab/addons/cTab/functions/fn_processNotifications.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "\cTab\shared\cTab_gui_macros.hpp"

private ["_displayName","_display","_ctrl","_currentTime","_text","_notification","_decayTime"];
disableSerialization;

// make sure there is no PFH already, the interface is open and notifications are available
if (isNil "cTabProcessNotificationsPFH" && !(isNil "cTabIfOpen") && count cTabNotificationCache != 0) then {
Expand Down
1 change: 1 addition & 0 deletions @cTab/addons/cTab/functions/fn_setInterfacePosition.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*/

private ["_displayName","_xOffset","_yOffset","_display","_isDialog","_backgroundCtrl","_backgroundClassName","_displayConfigContainers","_displayConfigClasses","_idc","_ctrl","_ctrlPosition"];
disableSerialization;

_displayName = _this select 0;
_xOffset = _this select 1 select 0;
Expand Down

0 comments on commit cd253e7

Please sign in to comment.