X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FLevel%2FHotspot.hpp;h=210ba914d4d3d25a01bfb76ce807ce9e320ab4ea;hb=6a8cb464330e92163c8feaf101b8b5837c973bba;hp=c29fb4c38e384b10e63d4492d6f95e7e71a9bf57;hpb=03fbcc5b5e18dbf62c48849fc8d02cd250aa744e;p=lugaru.git diff --git a/Source/Level/Hotspot.hpp b/Source/Level/Hotspot.hpp index c29fb4c..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. @@ -38,7 +38,7 @@ public: XYZ position; int type; float size; - char text[256] = {0}; + char text[256] = { 0 }; }; #endif