X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FLevel%2FHotspot.hpp;h=210ba914d4d3d25a01bfb76ce807ce9e320ab4ea;hp=1ca0bbee46c1bcdc96debcabd918cacbd8edb2a6;hb=6a8cb464330e92163c8feaf101b8b5837c973bba;hpb=5fca41ab430df85d6dd620a7f4130df01bc1430f diff --git a/Source/Level/Hotspot.hpp b/Source/Level/Hotspot.hpp index 1ca0bbe..210ba91 100644 --- a/Source/Level/Hotspot.hpp +++ b/Source/Level/Hotspot.hpp @@ -38,7 +38,7 @@ public: XYZ position; int type; float size; - char text[256] = {0}; + char text[256] = { 0 }; }; #endif