Fix misprint in maptools (#4957)

This commit is contained in:
Dystopian
2017-11-12 07:39:37 +02:00
committed by PabstMirror
parent 93e69adcb5
commit 95434c521b
3 changed files with 7 additions and 7 deletions

View File

@ -16,7 +16,7 @@
*/
#include "script_component.hpp"
if (!GVAR(drawStaightLines)) exitWith {};
if (!GVAR(drawStraightLines)) exitWith {};
params ["_theMap", "_roamerWidth"];
GVAR(mapTool_pos) params ["_roamerPosX", "_roamerPosY"];