Cleaned up headers, newlines in viewdistance

This commit is contained in:
jonpas
2015-08-12 20:16:01 +02:00
parent 1a2b99c76c
commit e20811c0f2
11 changed files with 22 additions and 27 deletions

View File

@ -1,7 +1,6 @@
/*
* Author: Winter
* Initialises the view distance limiter module
*
* Initializes the view distance limiter module.
*
* Arguments:
* 0: logic <OBJECT>
@ -10,7 +9,6 @@
*
* Return Value:
* None
*
*/
#include "script_component.hpp"
@ -26,4 +24,4 @@ if (!_activated) exitWith {
[_logic, QGVAR(enabled),"moduleViewDistanceEnabled"] call EFUNC(common,readSettingFromModule);
[_logic, QGVAR(limitViewDistance),"moduleViewDistanceLimit"] call EFUNC(common,readSettingFromModule);
diag_log format ["[ACE]: View Distance Limit Module Initialized. Limit set by module: %1",GVAR(limitViewDistance)];
diag_log format ["[ACE]: View Distance Limit Module Initialized. Limit set by module: %1",GVAR(limitViewDistance)];