* Add Airship (regular above-ground theme) and Battle (castle/boss theme) music court...
[supertux.git] / src / object / text_object.cpp
index ebe3e32..8f70da8 100644 (file)
@@ -70,6 +70,7 @@ TextObject::set_font(const std::string& name)
     font = small_font;
   } else {
     log_warning << "Unknown font '" << name << "'." << std::endl;
+    font = normal_font;
   }
 }