More -Weffc++ cleanup
[supertux.git] / src / object / text_object.cpp
index dea467c..efe8708 100644 (file)
 #include "video/drawing_context.hpp"
 
 TextObject::TextObject(std::string name) :
+  font(),
+  text(),
   fading(0), 
   fadetime(0), 
   visible(false), 
+  centered(),
   anchor(ANCHOR_MIDDLE),
   pos(0, 0)
 {