]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Globals.cpp
Replaced patchobjects arrays by vectors, cleaned code a bit
[lugaru.git] / Source / Globals.cpp
index 7184ce2f887d3b0021714f7fec1f997dd76d40db..90549550120b77c016b8ec2831d2937c0bdd7604 100644 (file)
@@ -19,7 +19,7 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include "Graphic/Stereo.hpp"
-#include "Math/Quaternions.hpp"
+#include "Math/XYZ.hpp"
 #include "Objects/Weapons.hpp"
 
 #include <SDL.h>
@@ -33,7 +33,7 @@ float usermousesensitivity = 0;
 bool floatjump = false;
 bool cellophane = false;
 bool autoslomo = false;
-bool decals = false;
+bool decalstoggle = false;
 bool invertmouse = false;
 bool texttoggle = false;
 float blurness = 0;