Possibly fixed a bug with uninitialized translated wml attributes.

This commit is contained in:
fendrin 2013-05-26 23:27:37 +02:00
parent 3b86a00756
commit f39aa98f86

View File

@ -16,6 +16,7 @@
#include "config.hpp"
#include "time_of_day.hpp"
#include "gettext.hpp"
#include <boost/foreach.hpp>
@ -39,7 +40,7 @@ time_of_day::time_of_day()
: lawful_bonus(0)
, bonus_modified(0)
, image()
, name("NULL_TOD")
, name(N_("Stub Time of Day"))
, id("nulltod")
, image_mask()
, color(0,0,0)