From: Wolfgang Bumiller Date: Fri, 28 Dec 2012 20:05:04 +0000 (+0100) Subject: Typo... X-Git-Tag: before-library~436 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=ded1ab3da117ac7170c1e57b1baebcfb3e0ef904 Typo... --- diff --git a/gmqcc.ini.example b/gmqcc.ini.example index a314a41..3332231 100644 --- a/gmqcc.ini.example +++ b/gmqcc.ini.example @@ -61,7 +61,7 @@ # Prevent the creation of _x, _y and _z progdefs for vectors SINGLE_VECTOR_DEFS = false - # Use cast vectors to real booleans when used in logic expressions + # Cast vectors to real booleans when used in logic expressions. # This is achieved by using NOT_V. CORRECT_LOGIC = false