X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FLevel%2FHotspot.hpp;h=210ba914d4d3d25a01bfb76ce807ce9e320ab4ea;hb=6a8cb464330e92163c8feaf101b8b5837c973bba;hp=3629a55ddeb5fc0c7aebf1048e91c019ab4c4ba4;hpb=ed3662c0852c4312a612b4fc35bd03aba8d13db7;p=lugaru.git diff --git a/Source/Level/Hotspot.hpp b/Source/Level/Hotspot.hpp index 3629a55..210ba91 100644 --- a/Source/Level/Hotspot.hpp +++ b/Source/Level/Hotspot.hpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games -Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) +Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -21,7 +21,7 @@ along with Lugaru. If not, see . #ifndef _HOTSPOT_HPP_ #define _HOTSPOT_HPP_ -#include "Math/Quaternions.hpp" +#include "Math/XYZ.hpp" #include @@ -38,7 +38,7 @@ public: XYZ position; int type; float size; - char text[256] = {0}; + char text[256] = { 0 }; }; #endif